URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [maxq20/] [logical.s] - Rev 205
Compare with Previous | Blame | View Log
;# logical.s ;# Verifies all the logical operation in the file .text foo: MOVE AP, #00h ;Set AC[0] as the active accumulator AND #FFh ;AND AC[0] with 0xFF OR #F0h XOR #FEh CPL NEG SLA SLA2 SLA4 RL RLC SRA SRA2 SRA4 SR RR RRC