Skip to content

Instantly share code, notes, and snippets.

View taylus's full-sized avatar

taylus

View GitHub Profile
@taylus
taylus / DEBUG.INC
Created September 15, 2018 22:21 — forked from Leandros/DEBUG.INC
Debugging Messages in no$gmb and BGB
IF !DEF(DEBUG_INC)
DEBUG_INC SET 1
; Prints a message to the no$gmb / bgb debugger
; Accepts a string as input, see emulator doc for support
DBGMSG: MACRO
ld d, d
jr .end\@
DW $6464
DW $0000