RVSCC/fw/test/itype.s
Mario Romero bd2f58d5f6
Some checks are pending
continuous-integration/drone/push Build is pending
Change name scheme and add tests
2023-02-26 20:26:11 -03:00

16 lines
205 B
ArmAsm

.section .text
.global main
main:
addi t0, zero, 96
# check t0 == 'b01100000
nop
nop
xori t1, t0, -1
# check t1 == 'b10011111
ori t2, t0, 192
# check t2 == 'b11100000