diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-07 20:17:32 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-07 20:17:32 -0800 |
commit | 53d99784dea3f0ed498208418e75d5a75758d1b0 (patch) | |
tree | f90aa690a98710607bc78234ad71855fd06376e5 | |
parent | 6dc972270481bc9f1a81f5119c5f0fa7e98a76ad (diff) | |
download | mu-53d99784dea3f0ed498208418e75d5a75758d1b0.tar.gz |
7479
-rw-r--r-- | baremetal/boot.hex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index 1675b167..598ed74e 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -289,12 +289,12 @@ e9 fb ff # loop forever # 1ce: # var keyboard circular buffer # write index: nibble -00 + 00 # 1cf: # read index: nibble -00 + 00 # circular buffer: byte[16] -00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # padding # 1e0: |