-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP libticalcs: switch the TI-Z80 DBUS ROM dumpers from spasm to pasm…
…o, which has been packaged by Debian for a long time, so that more ROM dumpers can be integrated in Debian packages. TODO switch the 84+ DUSB ROM dumper as well. I tried to use other Z80 cross-assemblers packaged by Debian, but: * z80asm, SDCC's sdasz80 and crasm do not support defining stuff through the CLI, which would require annoying workarounds; * binutils-z80's z80-unknown-coff-as doesn't handle .org the same way as other assemblers, and the multiple section + ldscript workaround does not work either, because as forbids + or - between symbols from different sections (even if they're both ".text.X" sections)... No cross-assembler packaged by Debian supports eZ80 instructions. Signed-off-by: Lionel Debroux <[email protected]>
- Loading branch information
Showing
17 changed files
with
708 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.