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:14] – pulkomandy | development_tools [2025/01/11 21:57] (current) – [Emulators] simer | ||
---|---|---|---|
Line 15: | Line 15: | ||
The code generation is unoptimized at the backend level currently. This means the frontend of the compiler can do some general, high level optimizations, | The code generation is unoptimized at the backend level currently. This means the frontend of the compiler can do some general, high level optimizations, | ||
+ | |||
+ | See [[VBCC]] for info on how to set up a development environment. | ||
Here is a TODO list for optimizations: | Here is a TODO list for optimizations: | ||
Line 32: | Line 34: | ||
This is the syntax also used in the MAME debugger and some other disassemblers, | This is the syntax also used in the MAME debugger and some other disassemblers, | ||
+ | ===== un-asm ===== | ||
+ | |||
+ | [[https:// | ||
===== naken_asm ===== | ===== naken_asm ===== | ||
Line 58: | Line 63: | ||
* [[https:// | * [[https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
====== Graphics ====== | ====== Graphics ====== | ||
* https:// | * https:// |