Skip to content

Releases: akafael/another-little-asm

YLA - Yet another Little Asm v2.0

20 May 23:04
9ba22e5
Compare
Choose a tag to compare

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

YLA - Yet another Little Asm v1.0

13 Nov 13:39
Compare
Choose a tag to compare

Basic assembler with pre-processor and macro evaluation. It runs each step individually by an given command line parameter for an given input file.

Release Notes:

  • Macro Evaluation without input parameters
  • Constant Evaluation at pre-processing step
  • Object File Output as a text file
  • Assembly Syntax Evaluation
  • Automated testing using Makefile for input files
  • Colored Error Messages