mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 17:33:29 +00:00
7 lines
106 B
Smalltalk
7 lines
106 B
Smalltalk
|
#
|
||
|
# MUL value test
|
||
|
#
|
||
|
FORWARD success;
|
||
|
FORWARD failure;
|
||
|
: MAIN 14 7 * 98 = IF success ELSE failure ENDIF ;
|