uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit fb72dd5b98a6f378369dc407b3045704993db5f8
parent 12009e88c8538b27fbda961ed5dfa40f2d05af20
Author: neauoire <aliceffekt@gmail.com>
Date:   Sun, 22 Aug 2021 19:57:25 -0700

Reverted fix in Bifurcan

Diffstat:
Mprojects/examples/demos/bifurcan.tal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/examples/demos/bifurcan.tal b/projects/examples/demos/bifurcan.tal @@ -121,7 +121,7 @@ RTN &loop ( save-x ) OVR #03 MOD TOS 8** .anchor/x LDZ2 ADD2 .Screen/x DEO2 ( save-y ) OVR #03 DIV TOS 8** .anchor/y LDZ2 ADD2 .Screen/y DEO2 - ( get digit* ) OVR STHkr ADDk TOS ;digits ADD2 LDA2 + ( get digit* ) OVR STHkr DUP ADD TOS ;digits ADD2 LDA2 ( get bit ) ROT #0e SWP SUB SFT2 #0001 AND2 ( set tile ) 8** ;tiles ADD2 ( set style ) .style LDZ #40 SFT TOS ADD2