1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Added tests for pyasm -b option

This commit is contained in:
Ross Wilson 2016-03-01 11:16:18 +07:00
parent 20c8b88378
commit ce22e6ddc8

View File

@ -6,6 +6,11 @@ test:
cp pyasm pyasm.py
python test_pyasm.py
debug:
pyasm -o default_TEST.ptp test2.asm
pyasm -b c8lds -o c8lds_TEST.ptp test2.asm
pyasm -b lc16sd -o lc16sd_TEST.ptp test2.asm
run:
python pyasm test.asm