pouët.net

Out.

category: general [glöplog]
 
LD BC,&BC00
OUT (C),C
LD BC,&BC54
OUT(C),C
RET
added on the 2008-11-10 20:58:17 by Optimus Optimus
; 2us faster
ld bc,&BC54
out (c),0
inc b
out (c),c
ret
okkie, I cannot wait for your post here...
added on the 2008-11-10 21:11:24 by iq iq
tyhis is okkies thread! oh the anticipation...where is he!? :)
added on the 2008-11-10 21:12:27 by button button
BB Image
added on the 2008-11-10 21:23:21 by okkie okkie
sweet and to the point! :D
added on the 2008-11-10 21:26:38 by button button
this is grate
added on the 2008-11-10 21:26:47 by cruzer cruzer
No, this is a grate:

BB Image
added on the 2008-11-10 21:47:41 by gloom gloom
BB Image
added on the 2008-11-10 22:42:42 by ericsosh ericsosh
BB Image
added on the 2008-11-10 22:44:17 by kb_ kb_
Code: out (0x98),a


^ actual line of code from coming-soon (or maybe not so soon) MSX demo! :P
added on the 2008-11-10 23:06:02 by Sdw Sdw
out dx, al
added on the 2008-11-10 23:19:13 by nystep nystep

login