Skip to content

Releases: TollyH/AssEmbly

Pre-release 1.0.0-pre13

31 May 18:21
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Debug information files now show the program offset that each imported file was assembled at

Pre-release 1.0.0-pre12

26 May 18:39
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Some performance optimisations
  • Debug files with empty sections no longer fail to load

Pre-release 1.0.0-pre11

18 May 15:44
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Improvements to built-in debugger
    • Stepping over and out of subroutines is now supported
    • Assembling programs now produces a debug information file which can be loaded into the debugger to provide access to the original label names and lines of source code

Pre-release 1.0.0-pre10

08 Jan 18:15
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Optimised disassembler to run much faster
  • Made error message given when accessing an invalid memory address more descriptive

Pre-release 1.0.0-pre9

06 Jan 01:12
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Add feature to debugger allowing continuation straight to next halt instruction
  • Allow continuation past a halt instruction in debugger
  • Improve detection of unclosed quote marks when assembling

Pre-release 1.0.0-pre8

04 Jan 16:49
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Improved PAD directive detection in disassembler

Pre-release 1.0.0-pre7

28 Dec 21:08
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Fixed how shift instructions set carry flag
  • Fix using relative paths in assembler

Pre-release 1.0.0-pre6

27 Dec 15:58
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Added new assembler directives: NUM, IMP, and MAC

Pre-release 1.0.0-pre5

26 Dec 22:23
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • MVB, MVW, and MVD now work correctly with literal sources

Pre-release 1.0.0-pre4

24 Dec 20:08
Compare
Choose a tag to compare
Pre-release

Self-contained, ready-to-run, .NET 6, Win x64

  • Division and bitwise operations now correctly unset carry flag