giomba
a15c924d53
Just added some preprocessor instructions and some sample code to show how to use them. This should be useful for the future port on C16.
6 lines
89 B
Makefile
6 lines
89 B
Makefile
64:
|
|
dasm snake.asm -DSYSTEM=64 -osnake.prg
|
|
|
|
16:
|
|
dasm snake.asm -DSYSTEM=16 -osnake.prg
|