cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

nowait.s (159B)


      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