yuv422 / z80editor

Z80 eclipse editor targeting WLA-DX assembler
GNU General Public License v2.0
9 stars 1 forks source link

missing cycle count info for inc/dec on ixl/ixh/iyl/iyh #10

Open sverx opened 4 years ago

sverx commented 4 years ago
;assembly ; clock ,size: Op-Code
inc ixl   ;   0   ,   2: DD 2C
dec ixl   ;   0   ,   2: DD 2D
inc iyl   ;   0   ,   2: FD 2C
dec iyl   ;   0   ,   2: FD 2D
inc ixh   ;   0   ,   2: DD 24
dec ixh   ;   0   ,   2: DD 25
inc iyh   ;   0   ,   2: FD 24
dec iyh   ;   0   ,   2: FD 25
          ;   0   ,  16: