add basic support for stack allocation
This commit is contained in:
parent
8be35bf2be
commit
78bf28f56e
4 changed files with 54 additions and 3 deletions
|
@ -126,6 +126,7 @@ enum {
|
|||
OSub,
|
||||
ODiv,
|
||||
ORem,
|
||||
OAnd,
|
||||
OCmp,
|
||||
OCmp1 = OCmp + NCmp-1,
|
||||
OStorel,
|
||||
|
@ -138,6 +139,7 @@ enum {
|
|||
OLoadsb,
|
||||
OLoadub,
|
||||
OCopy,
|
||||
OAlloc,
|
||||
NPubOp,
|
||||
|
||||
/* reserved instructions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue