Just showing some appreciation :-)
theNestruo has released an update to the, already great, extension "Z80 Assembly meter". This time we get support for some of the strange syntax SDCC outputs and requires. This is great! --One thing is your own code, but it's very handy when you investigate the code that SDCC produces.
If you don't know what I'm talking about; these are some of the wierd syntax that is used in SDCC (or more correctly, their fork of the asxxxx assembler):
ld a, (iy-1) ==> ld a, -1(iy) ... xor n ==> xor a, n ...
The extension is found at:
https://marketplace.visualstudio.com/items?itemName=theNestr...
Login or register to post comments