13 lines
113 B
Plaintext
13 lines
113 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
1 + 7;
|
|
|
|
@bytecode
|
|
|
|
PUSHINT 1;
|
|
PUSHINT 7;
|
|
ADD;
|
|
POP 1;
|
|
EXIT; |