URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [maxq10/] [logical.s] - Rev 832
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log