Skip to content

Releases: TheGag96/CodeWrite

v1.0.6

Choose a tag to compare

@TheGag96 TheGag96 released this 07 Mar 03:04

Fixed problems with branches that looked like:

bne- cr2, some_label

v1.0.5

Choose a tag to compare

@TheGag96 TheGag96 released this 11 Feb 00:32
  • Made it so a blank insertion address counts as N/A.
  • Fixed some deprecation issues when compiling.

v1.0.4

Choose a tag to compare

@TheGag96 TheGag96 released this 20 Oct 04:54

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

v1.0.3c

Choose a tag to compare

@TheGag96 TheGag96 released this 30 Jan 03:33
  • 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

Choose a tag to compare

@TheGag96 TheGag96 released this 16 Mar 02:45

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

v1.0.1

Choose a tag to compare

@TheGag96 TheGag96 released this 15 Mar 21:30

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

Choose a tag to compare

@TheGag96 TheGag96 released this 11 Feb 05:33

First release.