CPCWiki forum

General Category => Programming => Topic started by: krusty_benediction on 22:03, 07 May 22

Title: z80 labels of firmware calls
Post by: krusty_benediction on 22:03, 07 May 22
Hello;
I'm pretty sure it exists somewhere, but I have not found an asm file containing the label/value for most firmware calls.

So I have generated them with the accompanying documentation. Everything is collected from: http://www.cantrell.org.uk/david/tech/cpc/cpc-firmware/

I have not controlled yet if they are all right, I have only controlled that the asm file is valid (at least on my assembler).
Here are the files : https://github.com/cpcsdk/rust.cpclib/tree/master/cpclib-asm/assets/firmware
and the generator if you which to handle differently math particularities: https://github.com/cpcsdk/rust.cpclib/blob/master/cpclib-asm/tools/build_firmware_labels.py
Powered by SMFPacks Menu Editor Mod