Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 1.25 KB

File metadata and controls

72 lines (38 loc) · 1.25 KB

Change Log

All notable changes to this project will be documented in this file.

[0.0.7] - 2025-13-06

Fixed

  • Initial launch configurations and snippets are updated and fixed

[0.0.8] - 2025-14-06

Added

  • Added support for Register variables change
  • Basic Linux syscalls read (63) and write (64) are now supported
  • Basic terminal emulator support is added

[0.0.9] - 2025-14-06

Added

  • Better terminal emulator support

[0.0.10] - 2025-14-06

Fixed

  • Terminal emulator focus issue fixed

[0.0.11] - 2025-14-06

Fixed

  • More terminal fixes for syscall integrations

[0.0.16] - 2025-18-06

Added

  • Added syntax highlighting for pseudo instructions
  • Added option to change the data segment base address

[0.0.19] - 2025-30-06

Fixed

  • Fixed terminal input cursor position issue

[0.0.21] - 2025-30-06

Fixed

  • Fixed terminal backspace issue

[1.0.0] - 2025-02-07

Added

  • Added disassembly view support

[1.0.4] - 2025-29-07

Fixed

  • Fixed issue with VM state not being initialized in working directory

[1.0.5] - 2025-08-08

Added

  • Added support for displaying register values in various formats (hex, binary, signed int, unsigned int, float, double, ascii)