mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
@@ -2126,6 +2126,11 @@ z80_stop : T_Z80_STOP
|
|||||||
out_AbsByte(0x10);
|
out_AbsByte(0x10);
|
||||||
out_AbsByte(0x00);
|
out_AbsByte(0x00);
|
||||||
}
|
}
|
||||||
|
| T_Z80_STOP const_8bit
|
||||||
|
{
|
||||||
|
out_AbsByte(0x10);
|
||||||
|
out_RelByte(&$2);
|
||||||
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
z80_sub : T_Z80_SUB op_a_n
|
z80_sub : T_Z80_SUB op_a_n
|
||||||
|
|||||||
@@ -235,3 +235,8 @@ jrlabel:
|
|||||||
nop
|
nop
|
||||||
scf
|
scf
|
||||||
stop
|
stop
|
||||||
|
BYTE = 0
|
||||||
|
REPT 256
|
||||||
|
stop BYTE
|
||||||
|
BYTE = BYTE + 1
|
||||||
|
ENDR
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user