Skip to content

pad918/Assembler24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

assembler for basic asm24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published