- 09 Nov 2010 06:55:39 pm
- Last edited by Anakclusmos on 09 Nov 2010 07:00:16 pm; edited 1 time in total
1) what i meant was, do i directly copy and place the subroutines you listed, or call them as subroutine where the remark is in these...
Code:
2) *restart* ok. does a stack exist and just the routines push hl and whatnot dont?I may need a little more explanation otherwise
Code:
HandleTimer1:
in a, (03h)
res 1, a
out (03h), a
set 1, a
out (03h), a
; Timer one interrupt (might be best to merge with timer 2)
jr InterruptDone
2) *restart* ok. does a stack exist and just the routines push hl and whatnot dont?I may need a little more explanation otherwise