A C# implementation of the reference assembler made for the Logisim 8-bit CPU.
More information about the Logisim 8-bit CPU, including opcodes and register information, can be found at this repository.
LogisimASM includes a no-frills user interface for assembling machine code, both on-the-fly and from the filesystem.
Written during the Computer Architecture course of Sapientia in 2020.