Search found 2 matches

by chronbeng
Fri Apr 22, 2022 1:50 pm
Forum: General
Topic: Setup Z80 language
Replies: 3
Views: 13568

Re: Setup Z80 language

Thank you Jussi, that worked!

However, a few issues I don't understand how to fix: the macro lookup does not work, and "inc" and "pop" are showing up as macros:
I did everything as described, the label's "ClearScreen, ProgramOrg, repeat" appear in the Packages section, which is as expected I think ...
by chronbeng
Thu Apr 21, 2022 9:26 pm
Forum: General
Topic: Setup Z80 language
Replies: 3
Views: 13568

Setup Z80 language

Hi!

I followed the path described here (https://www.zeusedit.com/phpBB3/viewtopic.php?t=7626) to setup a Document Type for Z80 assembler.
That was helpful, however I could not figure out how to get the lookup to work, to make the editor jump to a label which might be defined in the current file ...