Skip to content

Releases: TheGag96/CodeWrite

v1.0.6

07 Mar 03:04
Compare
Choose a tag to compare

Fixed problems with branches that looked like:

bne- cr2, some_label

v1.0.5

11 Feb 00:32
Compare
Choose a tag to compare
  • Made it so a blank insertion address counts as N/A.
  • Fixed some deprecation issues when compiling.

v1.0.4

20 Oct 04:54
Compare
Choose a tag to compare

Uploading an old bugfix I made for labeling codes that jump just past all other instructions.

v1.0.3c

30 Jan 03:33
Compare
Choose a tag to compare
  • Added auto-generated labels when disassembling code and prettified output
    • Branches that go outside the code will not have a label.
    • Absolute branches also work properly now
  • Made most immediate instruction values show as hex
  • Allowed for stray *s in the code box
  • Fixed the "# To be inserted at" detection on files with Windows line endings

v1.0.2

16 Mar 02:45
Compare
Choose a tag to compare

Whoops, forgot that codes need to end with 0000000, not 60000000.

v1.0.1

15 Mar 21:30
Compare
Choose a tag to compare

Just bug fixes:

  • Trailing nop removed when doing code -> asm
  • Trailing nop properly added when doing asm -> code
  • Discard confirmation doesn't come up when it shouldn't

v1.0

11 Feb 05:33
Compare
Choose a tag to compare

First release.