Property: Shortfx

From SpecNext official Wiki
Jump to: navigation, search
Showing 20 pages using this property.
E
do CPD while (!Z && BC>0)  +
do CPI while (!Z && BC>0)  +
do LDD while(BC>0)  +
do LDDX while(BC>0)  +
do LDI while(BC>0)  +
do LDIX while(BC>0)  +
do OUTD while (B>0)  +
do OUTI while (B>0)  +
do{t:=(HL&$FFF8+E&7)*; {if t!=A DE*:=t;} DE++; BC--}while(BC>0)  +
if(A&$0F>$09 or HF) A±=$06; if(A&$F0>$90 or CF) A±=$60 (± depends on NF)  +
if(HL&$0700!=$0700) HL+=256;<br> else if(HL&$e0!=$e0) HL:=HL&$F8FF+$20;<br> else HL:=HL&$F81F+$0800  +