Skip to content

YLA - Yet another Little Asm v2.0

Latest
Compare
Choose a tag to compare
@akafael akafael released this 20 May 23:04
· 2 commits to master since this release
9ba22e5

Basic assembler with pre-processor, macro evaluation. linker and loader also included as separed programs

  • yla: assembler
  • yld: linker
  • ylo: loader and simulator

Release Notes:

  • Fixed wrong error detection from use assembler without use pre-processor before
  • Included Linker and Loader as separated programs
  • Assembler allowing multiple files input
  • Linking multiple modules generated by assembler
  • Simulate Assembly running with Loader
  • Automated testing using makefile and several sample files