From 196b67bba9fcb8d8752311f4cf461c82c3d62efb Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 7 Apr 2021 17:02:31 -0700 Subject: Add UART receive opbit. --- asm.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'asm.rb') diff --git a/asm.rb b/asm.rb index c94ecf7..6da40fb 100755 --- a/asm.rb +++ b/asm.rb @@ -12,6 +12,7 @@ OPCODES = { "++acc" => 0x002, "--acc" => 0x004, "tx" => 0x040, + "rx" => 0x080, "halt" => 0x000, } -- cgit v1.2.3