Flags
gambrino
Posts: 28
Hello forum,
Can somebody guide me to make the C flag to null !! or how i can change the value of the C flag! how can i make it in PASM?
Thanks in advance
Can somebody guide me to make the C flag to null !! or how i can change the value of the C flag! how can i make it in PASM?
Thanks in advance
Comments
MOV someadress, #0 WC,NR 'for clearing (I'm sure this one works)
NEG someadress, #1 WC,NR 'for setting (needs to be confirmed)
In SPIN these flags are not available. And I really wonder how overflows are handled in SPIN?!