mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
7 lines
101 B
Smalltalk
7 lines
101 B
Smalltalk
|
#
|
||
|
# SUB test
|
||
|
#
|
||
|
FORWARD success;
|
||
|
FORWARD failure;
|
||
|
: MAIN 23 15 - -8 = IF success ELSE failure ENDIF ;
|