No description
Find a file
Quantum 2001c4fc12
Fixed shit, added other shit
Raw data can be added with db
  db "Strings"
  db 123 32 12 32
  db 0x12 0x24 0x54
  db 0x12 123 32 0x23

Added mov, call, and ret instructions

ip register renamed to pc

values are now emitted as 16 bits

values can now be labels
2021-11-06 17:43:12 -04:00
LICENSE Initial commit 2021-11-06 00:20:53 -04:00
README.md Initial commit 2021-11-06 00:20:53 -04:00
zasm.py Fixed shit, added other shit 2021-11-06 17:43:12 -04:00

zombie-assembler