Skip to content

Releases: JoshuaMKW/pyiiasmh

pyiiasmh

22 Feb 08:18
Compare
Choose a tag to compare

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 affects INJECTADDR too)

pyiiasmh

11 Nov 04:29
Compare
Choose a tag to compare

Changelog

  1. Fix compile error on label names with spaces

pyiiasmh

10 Nov 06:48
Compare
Choose a tag to compare

Changelog

  1. vdappc is now always 32bit for linux. This is due to vdappc being corrupted in 64bit
  2. Paired single instructions are now decompiled properly
  3. Builtins have been updated

pyiiasmh 3

02 Nov 08:33
Compare
Choose a tag to compare

Changelog

  1. Fixed relative path names corruption
  2. Fixed program folder not being created if missing
  3. Refactored ppctools.py for cleaner usage
  4. Slightly restructured the job argument of the cli to be one positional argument

pyiiasmh 3

30 Oct 10:47
Compare
Choose a tag to compare

Changelog

  1. Dark Theme
  2. Added builtins functionality for faster to write and easier to read programming
  3. ; Comments are now supported
  4. Subprocess calls are no longer broken
  5. Fixed support for Linux and Mac
  6. Windows and Linux executable support
  7. New installer system
  8. Calling pyiiasmh in the terminal with arguments invokes pyiiasmh_cli

pyiiasmh 3

22 Jul 06:57
Compare
Choose a tag to compare

Fixed a bug when compiling RAW codes before input in the BA/PO

pyiiasmh 3

11 Jul 20:24
Compare
Choose a tag to compare

Changelog

  1. Made 06 dsm more accurate to the size header

pyiiasmh 3

11 Jul 07:57
b6f967c
Compare
Choose a tag to compare

Changelog

  1. Added 04 codetype support
  2. Overhauled the cli
  3. Added additional formatting to disassembled code

pyiiasmh 3

19 Jun 08:04
Compare
Choose a tag to compare

Fixed C0 block parser error, fixed double quit bug

pyiiasmh 3

31 May 00:21
Compare
Choose a tag to compare

Fixed textbox bug