A86: link86.asm


[Prev][Next][Index][Thread]

A86: link86.asm




Ok there are three parts of these calls that i dont undestand
On is after it has opend red or opend white it goes and waits for
%00000011 wich is both active but i didn't see where made active thus 
wouldn't it just go forver?  Second I don't understand both

rbTest_ON:
ld a,(_OP1)
inc a
ld (_OP1),a
cp 255
ret nz
;why is it poped?
pop hl  ;Back to the place you were before.	Gotta love it!
xor a
ret


sbSendTest_ON:
ld a,%00111111
out (1),a
nop
nop
in a,(1)
bit 6,a
ret nz
;same thing why was it poped?
pop hl
; pop hl		; instead of returning, jump to
; jp Quit		; some program exit code
ret



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: