Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
development_tools [2024/05/06 15:15] – [VBCC] pulkomandy | development_tools [2025/01/11 21:57] (current) – [Emulators] simer |
---|
This is the syntax also used in the MAME debugger and some other disassemblers, but it is not convenient to include in other tools. For this reason, other assemblers use a more standardized syntax. | This is the syntax also used in the MAME debugger and some other disassemblers, but it is not convenient to include in other tools. For this reason, other assemblers use a more standardized syntax. |
| |
| ===== un-asm ===== |
| |
| [[https://github.com/bmx/vsmilestuff/tree/main/un-asm|un-asm]] implements the original XASM syntax. It is a very simple assembler (no macros, no expression evaluation) but it is usable when you need to have the XASM syntax. |
===== naken_asm ===== | ===== naken_asm ===== |
| |
* [[https://github.com/vsmile-dev/unununium|Unununium]] is a standalone emulator, but is known to have some bugs. | * [[https://github.com/vsmile-dev/unununium|Unununium]] is a standalone emulator, but is known to have some bugs. |
* https://github.com/Schnert0/VFrown - A more up to date and maintained standalone emulator | * https://github.com/Schnert0/VFrown - A more up to date and maintained standalone emulator |
| * https://github.com/sp1187/veesem - Standalone emulator |
| |
====== Graphics ====== | ====== Graphics ====== |
| |
* https://github.com/gameblabla/png2vsmile - PNG converter to VSmile background bitmap format | * https://github.com/gameblabla/png2vsmile - PNG converter to VSmile background bitmap format |