Skip to content

Instantly share code, notes, and snippets.

@rgiot
Created June 3, 2014 08:46
Show Gist options
  • Save rgiot/22eda35c7807996bfaa1 to your computer and use it in GitHub Desktop.
Save rgiot/22eda35c7807996bfaa1 to your computer and use it in GitHub Desktop.
Call the heartbeat
; Depends on your code
ld bc, 0x7fc7
out (c), c
call 0x6009
; 1rl+13us (stable)
;
; IN : -
; OUT : A : continue (0) / stop (1)
; AF, BC, HL modified
; Depends on your code
ld bc, 0x7fc0
out (c), c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment