1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-05-31 12:41:31 +00:00
py65/py65/tests/devices/bcd/README
2019-08-20 23:04:46 +01:00

7 lines
341 B
Plaintext

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
$ ca65 --cpu 65C02 65C02_decimal_test.c65 --listing 65C02_decimal_test.lst
$ ld65 -t none -o 65C02_decimal_test.bin 65C02_decimal_test.o