1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-23 15:29:51 +00:00
llvm-6502/projects/Stacker/test/xor.st

7 lines
100 B
Smalltalk
Raw Normal View History

#
# XOR test
#
FORWARD success;
FORWARD failure;
: MAIN 7 3 XOR 4 = IF success ELSE failure ENDIF ;