Hopefully my colleagues of the embedded department will appreciate
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
giomba 2f2e4369ca Add signature. 6 months ago
res Add colors to the tree. 6 months ago
src Add signature. 6 months ago
.gitignore First commit. 6 months ago
Makefile Rename artifacts. 6 months ago
README.md Start from .bas source code, tokenize it, and embed. 6 months ago

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