mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Delete reboot.asm
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
;===============================================================================
|
||||
;
|
||||
; REBOOT - Execute HBIOS reset to restart to boot loader.
|
||||
;
|
||||
;===============================================================================
|
||||
;
|
||||
BID_BOOT .EQU $00
|
||||
HB_BNKCALL .EQU $FFF9
|
||||
|
||||
.org $100
|
||||
|
||||
LD A,BID_BOOT ; BOOT BANK
|
||||
LD HL,0 ; ADDRESS ZERO
|
||||
CALL HB_BNKCALL ; DOES NOT RETURN
|
||||
HALT
|
||||
|
||||
.end
|
||||
|
||||
Reference in New Issue
Block a user