Skip to content

Releases: mchlnix/aSMB3

0.7 alpha

Choose a tag to compare

@mchlnix mchlnix released this 09 Mar 07:55
- now needs an asm main file (e.g. smb3.asm) instead of the folder the  disassembly is in
- goes through the assembly file and finds new files to process, instead of only looking at the prg0xx.asm files
- reintroduces the %f placeholder for the assembly command, that gets replaced with the main file that was opened to start the project

0.6 alpha

Choose a tag to compare

@mchlnix mchlnix released this 05 Mar 17:32
- makes font configurable in the settings
- fix a backwards setting check crashing with no settings
- fix syntax not being highlighted after opening

0.5 alpha

Choose a tag to compare

@mchlnix mchlnix released this 25 Feb 18:49
- store project specific information in aSMB3.json file
- restore open tabs and position in file on startup
- highlight line numbers to mark important locations

0.4 alpha

Choose a tag to compare

@mchlnix mchlnix released this 25 Feb 07:45
- fix crash, when not selecting a valid disassembly directory on startup (Windows)
- fix assembler executable not being found (Windows)
- fix default assembly command mistakingly having a placeholder

0.3 alpha

Choose a tag to compare

@mchlnix mchlnix released this 24 Feb 17:41
- add command line argument of disassembly path "asmb3 /path/to/disasm"
- add setting for assembly command and whether to show a success info box
- add button to assemble a ROM from currently open, unsaved sources

0.2 alpha

Choose a tag to compare

@mchlnix mchlnix released this 24 Feb 12:44
- added settings dialog under file menu
- internal changes

0.1 Alpha

Choose a tag to compare

@mchlnix mchlnix released this 23 Feb 18:51
Internal changes.