1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-19 09:23:06 +00:00

Update images with debug.asm sample src and fixed cmd*

This commit is contained in:
David Schmenk
2025-04-14 17:02:27 -07:00
parent 13c9779d0d
commit 21008ec08d
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -57,8 +57,8 @@ cat samplesrc/playseq.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/PLAYSE
cat samplesrc/rpncalc.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/RPNCALC.PLA TXT
#cat samplesrc/fatcat.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/FATCAT.PLA TXT
#cat samplesrc/gfxdemo.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/GFXDEMO.PLA TXT
cat samplesrc/sfm.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/SFM.PLA TXT
cat samplesrc/sfmsprt.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/SFMSPRT.PLA TXT
#cat samplesrc/sfm.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/SFM.PLA TXT
#cat samplesrc/sfmsprt.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/SFMSPRT.PLA TXT
#cat samplesrc/fppow.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/FPPOW.PLA TXT
cat utilsrc/apple/mon.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/MON.PLA TXT
#cat utilsrc/apple/zipchip.pla | java -jar ac.jar -ptx $PO_IMAGE bld/samples/ZIPCHIP.PLA TXT