1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Remove outdated comment.

This commit is contained in:
Thomas Harte 2023-11-17 10:38:11 -05:00
parent 83c8f9996e
commit a0ca5e6cdc

View File

@ -38,8 +38,7 @@ template <Model model> class Decoder {
supplied cannot form a valid instruction.
@discussion although instructions also contain an indicator of their length, on chips prior
to the 80286 there is no limit to instruction length and that could in theory overflow the available
storage, which can describe instructions only up to 1kb in size.
to the 80286 there is no limit to potential instruction length.
The 80286 and 80386 have instruction length limits of 10 and 15 bytes respectively, so
cannot overflow the field.