Replies: 3 comments 1 reply
-
|
Adding support for this would mean programming another instruction parser for Z80. I assume Intel style is not currently supported by WLA DX, don't 100% know what Intel style is. Not sure if .MACROs can be used to add the support, probably not. Personally I see this as a low priority feature request and a cosmetic one. With the health and work related issues I'm having I'm not going to do it, sorry. :) Maybe someone else here can do it? If .MACROs could be used to add this style by making improvements to .MACROs, then this is interesting and can be used for other things as well and this is something I could take a look at. Someone just needs to create the specs for this... I can at least investigate this weekend what Intel style really means in the context of WLA DX. |
Beta Was this translation helpful? Give feedback.
-
|
Arguably it would be easier to add the extra Z80 instructions to the 8080 parser, or spin off another parser based on the 8080 one. Intel syntax swaps the source/destination compared to Zilog syntax. |
Beta Was this translation helpful? Give feedback.
-
|
How about adding support for something like preprocessor rules? A file with one rule per line, something like ADD+,* -> ADD , s1 and s2 are strings, + is interpreted as 1+ white space characters and * is 0+ white space characters? Initially it'd support just those symbols, and it could be used to add support for INTEL style syntax for other platforms as well? Would that be useful, or am I thinking about something that's too generic and not useful? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in my younger days I used TDL Macro Assembler and gettting back to all things Z80 I would like to continue with this style as I have some assembler code using this format. Basically, it is Intel style, extended to cover new Z80 instructions.
What would be required to add support for this?
Beta Was this translation helpful? Give feedback.
All reactions