diff options
| author | Julian Blake Kongslie | 2021-04-07 17:02:31 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-04-07 17:02:31 -0700 |
| commit | 196b67bba9fcb8d8752311f4cf461c82c3d62efb (patch) | |
| tree | db3c1a8040ea2b56533b4ea117262d974db4213f /asm.rb | |
| parent | Switch back to $past-based scheduling; my clever idea wasn't clever enough. (diff) | |
| download | noncpu-196b67bba9fcb8d8752311f4cf461c82c3d62efb.tar.xz | |
Add UART receive opbit.
Diffstat (limited to 'asm.rb')
| -rwxr-xr-x | asm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -12,6 +12,7 @@ OPCODES = { | |||
| 12 | "++acc" => 0x002, | 12 | "++acc" => 0x002, |
| 13 | "--acc" => 0x004, | 13 | "--acc" => 0x004, |
| 14 | "tx" => 0x040, | 14 | "tx" => 0x040, |
| 15 | "rx" => 0x080, | ||
| 15 | "halt" => 0x000, | 16 | "halt" => 0x000, |
| 16 | } | 17 | } |
| 17 | 18 | ||
