Releases: TollyH/AssEmbly
Releases · TollyH/AssEmbly
Pre-release 1.0.0-pre13
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
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
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
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
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
Self-contained, ready-to-run, .NET 6, Win x64
- Improved
PAD
directive detection in disassembler
Pre-release 1.0.0-pre7
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
Self-contained, ready-to-run, .NET 6, Win x64
- Added new assembler directives:
NUM
,IMP
, andMAC
Pre-release 1.0.0-pre5
Self-contained, ready-to-run, .NET 6, Win x64
MVB
,MVW
, andMVD
now work correctly with literal sources
Pre-release 1.0.0-pre4
Self-contained, ready-to-run, .NET 6, Win x64
- Division and bitwise operations now correctly unset carry flag