Now we have the halting problem
This commit is contained in:
parent
cf88546d1c
commit
ec0648d6ff
1 changed files with 5 additions and 0 deletions
|
|
@ -142,3 +142,8 @@ Operands add up to 32bits
|
|||
|IOLI |0x51 |REG IOA |Read value of IOA onto REG |
|
||||
|IOW |0x52 |REG_A REG_B SIM |Write A into IO pin B offset by SIM |
|
||||
|IOR |0x53 |REG_A REG_B SIM |Read IO pin B offset by SIM into IO A |
|
||||
## Controll
|
||||
|NAME |Code |Operands |Function |
|
||||
|---------|--------|----------------------------|--------------------------------------------------|
|
||||
|HALT |0xf0 |REG_A |Halt excecution hold last 6 bits of A on LEDs |
|
||||
|HALI |0xf1 |IMM |Halt excecution hold last 6 bits of IMM on LEDs |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue