git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/libc/targets/sm83/nowait.s

      1 	;; interrupt handler that does not wait for .STAT
      2 	;; must be the last one in chain
      3 _nowait_int_handler::
      4 	ADD	SP,#4
      5 
      6 	POP	DE 
      7 	POP	BC
      8 	POP	HL 
      9 	POP	AF
     10 	RETI

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.