1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-23 20:29:30 +00:00

7 lines
99 B
Smalltalk
Raw Normal View History

#
# DIV test
#
FORWARD success;
FORWARD failure;
: MAIN 7 49 / 7 = IF success ELSE failure ENDIF ;