Minor README changes
This commit is contained in:
parent
c06286423b
commit
f0b824ad9a
|
@ -216,12 +216,9 @@ Example assembler code using the `custom0` mnemonic:
|
||||||
|
|
||||||
#### maskirq
|
#### maskirq
|
||||||
|
|
||||||
The "IRQ Mask" register contains a birtmask of masked (disabled) interrupts.
|
The "IRQ Mask" register contains a bitmask of masked (disabled) interrupts.
|
||||||
This opcodes writes a new value to the irq mask register and reads the old
|
This instruction writes a new value to the irq mask register and reads the old
|
||||||
value.
|
value. This instruction is encoded under the `custom0` opcode:
|
||||||
|
|
||||||
Enable/disable interrupt sources. This instruction is encoded under the
|
|
||||||
`custom0` opcode:
|
|
||||||
|
|
||||||
0000011 00000 XXXXX 000 XXXXX 0001011
|
0000011 00000 XXXXX 000 XXXXX 0001011
|
||||||
f7 rs2 rs f3 rd opcode
|
f7 rs2 rs f3 rd opcode
|
||||||
|
|
Loading…
Reference in New Issue