T-state counting similar to zmac. Example of usage [here](http://web.archive.org/web/20210511134137/https://48k.ca/beamhack3.html) Example: ``` code: ld a,5 ld (hl),a inc a inc hl ld (hl),a cost equ t($)-t(code) ```
T-state counting similar to zmac.
Example of usage here
Example: