Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 473 Bytes

Assembler for asm24 ISA. Can easely be modifyed to work with other ISA:s.

Working:

  • Basic machine code generation
  • Labels
  • register number and register names
  • writing generated code to file
  • Comments
  • .text segment
  • .data variabel allocation (no value initialization)

TO DO LIST:

  • .data section (value initialization)
  • global labels
  • Multiple assembly files
  • Unicode textfiles
  • Hexadecimal and binary immidiates
  • macros
  • testing