1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-08 03:37:46 +00:00

7 lines
101 B
Smalltalk
Raw Normal View History

#
# NEG test
#
FORWARD success;
FORWARD failure;
: MAIN 23 NEG -23 = IF success ELSE failure ENDIF ;