2003-04-07 02:41 PM
2003-04-07 05:03 AM
Hello,
how can I say in st7 assembler: if ( A =='A') { goto labelA; } I need to check if the register A had the ASCII value of 'A' if TRUE, I need to jump to a function ELSE go on TIA Christophe2003-04-07 02:41 PM
cp A,#$41
jreq equal_A ... .equal_A ...