Releases: JoshuaMKW/pyiiasmh
Releases · JoshuaMKW/pyiiasmh
pyiiasmh
Changelog
- Removed label sanitization, which was broken as heck and was a product of me being lazy
- Added macro
__branch
, which is a convenient way to branch to an address - Added constant
INJECTADDR
, which is dynamically set to the address of the code injection - Added shebang
#inject
, which can be used (only at the beginning of the code) to set the code injection address (this affectsINJECTADDR
too)
pyiiasmh
pyiiasmh
pyiiasmh 3
Changelog
- Fixed relative path names corruption
- Fixed program folder not being created if missing
- Refactored ppctools.py for cleaner usage
- Slightly restructured the job argument of the cli to be one positional argument
pyiiasmh 3
Changelog
Dark Theme
- Added
builtins
functionality for faster to write and easier to read programming ;
Comments are now supported- Subprocess calls are no longer broken
- Fixed support for Linux and Mac
- Windows and Linux executable support
- New installer system
- Calling pyiiasmh in the terminal with arguments invokes pyiiasmh_cli
pyiiasmh 3
Fixed a bug when compiling RAW codes before input in the BA/PO
pyiiasmh 3
Changelog
- Made 06 dsm more accurate to the size header
pyiiasmh 3
Changelog
- Added 04 codetype support
- Overhauled the cli
- Added additional formatting to disassembled code
pyiiasmh 3
Fixed C0 block parser error, fixed double quit bug
pyiiasmh 3
Fixed textbox bug