Out.
category: general [glöplog]
LD BC,&BC00
OUT (C),C
LD BC,&BC54
OUT(C),C
RET
OUT (C),C
LD BC,&BC54
OUT(C),C
RET
; 2us faster
ld bc,&BC54
out (c),0
inc b
out (c),c
ret
ld bc,&BC54
out (c),0
inc b
out (c),c
ret
okkie, I cannot wait for your post here...
tyhis is okkies thread! oh the anticipation...where is he!? :)
sweet and to the point! :D
this is grate
No, this is a grate:
Code:
out (0x98),a
^ actual line of code from coming-soon (or maybe not so soon) MSX demo! :P
out dx, al