Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 140 Bytes

15.md

File metadata and controls

21 lines (13 loc) · 140 Bytes

逻辑指令

and

andi

or

ori

xor

xori

例程1

求~2

addi a0, zero, 2
xori a0, a0, -1