Hopefully my colleagues of the embedded department will appreciate
Go to file
giomba 2f2e4369ca Add signature. 2022-12-04 22:36:31 +01:00
res Add colors to the tree. 2022-12-04 22:22:03 +01:00
src Add signature. 2022-12-04 22:36:31 +01:00
.gitignore First commit. 2022-12-04 01:00:17 +01:00
Makefile Rename artifacts. 2022-12-04 22:30:16 +01:00
README.md Start from .bas source code, tokenize it, and embed. 2022-12-04 20:43:52 +01:00

README.md

  • From .prg to .BAS
petcat -2 -o program.bas -- program.prg
  • From .bas to .prg
petcat -w2 -l 1001 -o program.prg -- program.bas