Hopefully my colleagues of the embedded department will appreciate
Go to file
giomba e907759643 Add picture of a Christmas tree. 2022-12-04 21:54:19 +01:00
res Add picture of a Christmas tree. 2022-12-04 21:54:19 +01:00
src Add picture of a Christmas tree. 2022-12-04 21:54:19 +01:00
.gitignore First commit. 2022-12-04 01:00:17 +01:00
Makefile Start from .bas source code, tokenize it, and embed. 2022-12-04 20:43:52 +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