2
0

Grammer 2 is a project started by Zeda Thomas. They have done so much to maintain this project. This fork is just for my contributions.

Zeda Thomas 8f372db2b4 moving jt.py to the tools folder преди 4 години
src 8f372db2b4 moving jt.py to the tools folder преди 4 години
tools 8f372db2b4 moving jt.py to the tools folder преди 4 години
z80float @ 8c4f87367c 5a35d64d6c rewriting history .___. преди 4 години
.atom-build.json 5a35d64d6c rewriting history .___. преди 4 години
.gitignore 5a35d64d6c rewriting history .___. преди 4 години
.gitmodules 5a35d64d6c rewriting history .___. преди 4 години
Readme.md 5a35d64d6c rewriting history .___. преди 4 години
Readme.txt 5a35d64d6c rewriting history .___. преди 4 години
compile 8f372db2b4 moving jt.py to the tools folder преди 4 години
compile.bat 8f372db2b4 moving jt.py to the tools folder преди 4 години

Readme.md

Readme

For a tutorial/documentation on the commands open /readme/commands.html

Building

Binaries are available in the /bin folder, but for developers, building from source might be useful.

This project uses spasm-ng to compile, and I use Linux. On windows you can either use the linux subsytem(only on windows 10) and install spasm from there or you can download the spasm-ng for Windows release.

*NOTE: at the time of this writing, it appears that spasm-ng has a bug that doesn't parse the name field correctly. Please use this version for now: https://github.com/alberthdev/spasm-ng/tree/feature/app-name-var-size.*

Linux:

From the command line, run ./compile

Windows:

Download Windows spasm-ng release, rename it to spasm.exe and place it in the project directory. From command prompt or powershell cd to the project directory and run compile.bat.

This generates the jump table and compiles the app and Grammer package.