about summary refs log tree commit diff stats
path: root/baremetal/112read-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/112read-byte.subx')
-rw-r--r--baremetal/112read-byte.subx2
1 files changed, 0 insertions, 2 deletions
diff --git a/baremetal/112read-byte.subx b/baremetal/112read-byte.subx
index e6a54fdd..f86498bb 100644
--- a/baremetal/112read-byte.subx
+++ b/baremetal/112read-byte.subx
@@ -3,8 +3,6 @@
 # . op          subop               mod             rm32          base        index         scale       r32
 # . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes
 
-# TODO: read-byte-buffered
-
 # Return next byte value in eax, with top 3 bytes cleared.
 # Abort on reaching end of stream.
 read-byte:  # s: (addr stream byte) -> result/eax: byte