diff options
Diffstat (limited to 'home/serial.asm')
| -rw-r--r-- | home/serial.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/serial.asm b/home/serial.asm index b474e5d..42bd643 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -39,7 +39,7 @@ Serial:: jr .done .master xor a - ld [rSC], a + ld [rSB], a .done ld a, 1 |
