Releases: TheGag96/CodeWrite
Releases · TheGag96/CodeWrite
v1.0.6
Fixed problems with branches that looked like:
v1.0.5
- Made it so a blank insertion address counts as
N/A
.
- Fixed some deprecation issues when compiling.
v1.0.4
Uploading an old bugfix I made for labeling codes that jump just past all other instructions.
v1.0.3c
- 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
Whoops, forgot that codes need to end with 0000000, not 60000000.
v1.0.1
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