Releases: akafael/another-little-asm
Releases · akafael/another-little-asm
YLA - Yet another Little Asm v2.0
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
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