1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-05-31 12:41:31 +00:00

Tweak wording

This commit is contained in:
kris 2019-08-20 23:04:46 +01:00
parent d6ccff26ad
commit d4459daa40

View File

@ -1,4 +1,4 @@
These were compiled with the ca65 assembler available at http://cc65.org
These .bin files were assembled with ca65 available at http://cc65.org
$ ca65 --cpu 6502 6502_decimal_test.c65 --listing 6502_decimal_test.lst
$ ld65 -t none -o 6502_decimal_test.bin 6502_decimal_test.o