mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-24 12:30:17 +00:00
Remove outdated comment.
This commit is contained in:
parent
83c8f9996e
commit
a0ca5e6cdc
@ -38,8 +38,7 @@ template <Model model> class Decoder {
|
|||||||
supplied cannot form a valid instruction.
|
supplied cannot form a valid instruction.
|
||||||
|
|
||||||
@discussion although instructions also contain an indicator of their length, on chips prior
|
@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
|
to the 80286 there is no limit to potential instruction length.
|
||||||
storage, which can describe instructions only up to 1kb in size.
|
|
||||||
|
|
||||||
The 80286 and 80386 have instruction length limits of 10 and 15 bytes respectively, so
|
The 80286 and 80386 have instruction length limits of 10 and 15 bytes respectively, so
|
||||||
cannot overflow the field.
|
cannot overflow the field.
|
||||||
|
Loading…
Reference in New Issue
Block a user