Skip to content

Releases: hneemann/Assembler

Implements the new 7-bit opcodes

20 Apr 14:22
Compare
Choose a tag to compare

Implements the new 7-bit opcodes

Added a map file export

08 Apr 13:12
Compare
Choose a tag to compare

Added a map file export

v0.5.1: Added ENTERI and LEAVEI pseudo instructions

03 Sep 12:28
Compare
Choose a tag to compare
- Added ENTERI and LEAVEI pseudo instructions.
- Added pseudo instructions and directives to the
  instruction sheet.
- fixed some bugs

v0.4: Added support for von Neumann architecture

30 Aug 10:45
Compare
Choose a tag to compare
Added support for von Neumann architecture: You can place
the ram data origin with the new .dorg [addr] directive.
In this case the "constants copy" header is omitted, and constant
data is placed directly in the code section.

v0.3: - better support for high resolution displays

01 Mar 11:07
Compare
Choose a tag to compare
- improvements on the tcp client witch controls digital

v0.2.2

06 Feb 18:29
Compare
Choose a tag to compare
added instruction set summary to release zip

v0.2: better integration with Digital

03 Feb 10:27
Compare
Choose a tag to compare
- better integration with Digital
- added a RETI instruction

v0.1.1

22 Aug 13:56
Compare
Choose a tag to compare
better debugging support

v0.1

19 Aug 10:44
Compare
Choose a tag to compare
initial release