1
1
Fork
You've already forked gasm
0
GRU gasm - assembler
  • C 82.3%
  • C++ 11.5%
  • Makefile 5.4%
  • Assembly 0.8%
2022年01月01日 10:21:51 +02:00
src Add 6502 DEX and DEY instructions 2021年10月15日 14:39:52 +03:00
tests Add 6502 DEX and DEY instructions 2021年10月15日 14:39:52 +03:00
LICENSE Happy New 2022 Year 2022年01月01日 10:21:51 +02:00
README.org Initial commit 2021年10月14日 11:30:45 +03:00

GRU assembler

GRU gasm - yet another assembler

Supported platforms

  • 6502

How to build

  • cd src
  • make
  • now you should see `gasm` executable

How to use

  • run your executable with asm file as argument and with -o flag for output filename