raxoft / z80test

Set of programs to test the implementation of the Zilog Z80 instruction set.
MIT License
99 stars 11 forks source link

CP/M version of the tests #1

Open kosarev opened 2 years ago

kosarev commented 2 years ago

Hi Patrik, is there a CP/M version of these tests? If not, would you be interested in patches supporting that? Thanks.

raxoft commented 2 years ago

IIRC someone adapted it for some CPC machine, but I don't know if it was for the CP/M system or not. In either case, feel free to fork it and create your version. However, just know that I do not have time to maintain versions for other systems. Thanks.

EdouardBERGE commented 1 year ago

Hi, not for CPM but for Amstrad, i think there is no more than rewrite "printchr" to CALL #BB5A (keeping your PUSH/POP around as well) and it's ok but... i downloaded last sjasm assembler which seems not to please your source code What version do you use? And BTW is it possible to have a target only with binary output? (without header BTW) I tried "sjasm z80doc.asm" without success (MANY error messages, on macro params, ...)

EdouardBERGE commented 1 year ago

i compiled sjasmplus 1.20.1 to try, it's better but still MANY errors

EdouardBERGE commented 1 year ago

wouhou, i succeed downloading sjasm0.42c for windows in a windows virtual machine ^_^ sorry for disturbance but i think you should warning about sjasm ecosystem (BTW sjasm linux cannot be compiled :/ )

raxoft commented 1 year ago

Yes, I used the sjasm0.42c from http://www.xl2s.tk/. The linux version worked for me too last time I tried, but I might have tweaked a thing or two...