Hopefully my colleagues of the embedded department will appreciate
Go to file
giomba 4a2b889b86 Start from .bas source code, tokenize it, and embed. 2022-12-04 20:43:52 +01:00
res Load BASIC program in memory, but does not start :-( 2022-12-04 18:06:59 +01:00
src Start from .bas source code, tokenize it, and embed. 2022-12-04 20:43:52 +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