Changes

Jump to: navigation, search

Z80

No change in size, 11 March
/* 16-bit Arithmetic group */
|-
| sbc hl,dd || 11101101 01qq0010 || 4 || 15 (4,4,4,3) || + || + || + || + || + || V || 1 || + || hl -= dd + cf ||Subtract with Carry
|-
| dec dd || 00qq1011 || 2 || 6 (6) || - || - || - || - || - || - || - || - || dd -= 1 ||rowspan=2|Decrement
|-
| dec ixy || 11i11101 00101011 || 3 || 10 (4,6) || - || - || - || - || - || - || - || - || ixy -= 1
|-
| inc dd || 00qq0011 || 2 || 6 (6) || - || - || - || - || - || - || - || - || dd += 1 ||rowspan=2|Increment
|-
| inc ixy || 11i11101 00100011 || 3 || 10 (4,6) || - || - || - || - || - || - || - || - || ixy += 1
|-
| dec dd || 00qq1011 || 2 || 6 (6) || - || - || - || - || - || - || - || - || dd -= 1 ||rowspan=2|Decrement
|-
| dec ixy || 11i11101 00101011 || 3 || 10 (4,6) || - || - || - || - || - || - || - || - || ixy -= 1
|}
13,173
edits