root
/
as
/
cmd
/
XOR
/xor_r_adr__s.casl
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
1 ;;; XOR r,adr 演算結果の符号が負
2 MAIN START
3 LD GR1,A
4 XOR GR1,B
5 RET
6 A DC #8000
7 B DC #FFFF
8 END
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/