Skip to content

Releases: Herbert-Karl/digital-asm

Internal Restructuring and Improvements

02 Mar 21:32
Compare
Choose a tag to compare

This update focuses mostly on internal changes. Much of the source code was restructured and general naming improved. Futhermore, dependencies were updated.
Additionally, a small bug regarding BRK Mnemonics and their recognition as Breakpoints while debugging was found and fixed.

left preview status

05 Sep 15:14
Compare
Choose a tag to compare
  • removed preview tag
  • updated readme to include a "how to use"
  • internal improvements to completion items

specified licensing and changed initial debug configuration

13 Apr 07:55
Compare
Choose a tag to compare

also fixed an error for files with file System paths longer than 127 utf-8 codepoints

fixed initial Configuration

09 Apr 08:54
Compare
Choose a tag to compare

fixed Errors with the initial Configuration provided for debugging

added debugging capability to the plugin

08 Apr 19:11
Compare
Choose a tag to compare

implemented a debug adapter (after Debug Adapter Protocol) and Debugger on top of digital Simulator for the .asm files

Running Code, Code Completion and Hover texts

07 Apr 12:24
Compare
Choose a tag to compare

added command for running the asm Code in the digital Simulator
implemented Code completion and hover Texts for the asm mnemonics
reworked interfacing with the digital Simulator and usage of the asm3 file, reducing Extension size significantly

Fixed Parsing Command

24 Mar 10:23
Compare
Choose a tag to compare
Fixed Parsing Command Pre-release
Pre-release

found and fixed parsing (missed a step which made more complex programs not parse)
added test to cover this use case

basic structure and command for parsing .asm files

23 Mar 13:39
Compare
Choose a tag to compare

added Extension entry Point
added first test
added and implemented command for parsing .asm files to .hex files

basic language grammar definition

04 Dec 08:27
Compare
Choose a tag to compare
Pre-release

base of the Plugin + Basic Definition of the Assembler language