mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 15:29:24 +00:00
Another tested GB instruction.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
e7116c5b56
commit
043b7f3338
@ -4966,11 +4966,19 @@ f7
|
||||
0 11
|
||||
5505 34 6d -1
|
||||
|
||||
f8
|
||||
0 MC 0000
|
||||
4 MR 0000 f8
|
||||
4 MC 0001
|
||||
0000 0000 0000 1001 1000 0002
|
||||
0 5
|
||||
|
||||
|
||||
f8_1
|
||||
0 MC 0000
|
||||
4 MR 0000 f8
|
||||
4 MC 0001
|
||||
0020 0000 0000 0000 43f7 0001
|
||||
0010 0000 0000 0000 fffe 0002
|
||||
0 5
|
||||
|
||||
|
||||
@ -4978,12 +4986,8 @@ f8_2
|
||||
0 MC 0000
|
||||
4 MR 0000 f8
|
||||
4 MC 0001
|
||||
5 MC 43f7
|
||||
8 MR 43f7 e9
|
||||
8 MC 43f8
|
||||
11 MR 43f8 af
|
||||
0020 0000 0000 0000 43f9 afe9
|
||||
0 11
|
||||
0000 0000 0000 0fff 1000 0002
|
||||
0 5
|
||||
|
||||
|
||||
f9
|
||||
|
@ -3618,20 +3618,25 @@ f7
|
||||
6d33 f7 -1
|
||||
-1
|
||||
|
||||
; (GB) LD HL,SP + dd
|
||||
f8_1
|
||||
0020 0000 0000 0000 43f7 0000
|
||||
; (GB) LD HL,SP + dd (positive, no carry or half carry)
|
||||
f8
|
||||
00c0 0000 0000 1234 1000 0000
|
||||
0 1
|
||||
0000 f8 -1
|
||||
43f7 e9 af -1
|
||||
0000 f8 01 -1
|
||||
-1
|
||||
|
||||
; (GB) LD HL,SP + dd
|
||||
f8_2
|
||||
0020 0000 0000 0000 43f7 0000
|
||||
; (GB) LD HL,SP + dd (positive, carry, no half carry)
|
||||
f8_1
|
||||
00c0 0000 0000 1234 fffe 0000
|
||||
0 1
|
||||
0000 f8 -1
|
||||
43f7 e9 af -1
|
||||
0000 f8 02 -1
|
||||
-1
|
||||
|
||||
; (GB) LD HL,SP + dd (negative, no carry or half carry)
|
||||
f8_2
|
||||
00c0 0000 0000 1234 1000 0000
|
||||
0 1
|
||||
0000 f8 ff -1
|
||||
-1
|
||||
|
||||
f9
|
||||
|
Loading…
Reference in New Issue
Block a user