mirror of
https://github.com/TomHarte/CLK.git
synced 2025-07-12 18:23:59 +00:00
Remove outdated comment.
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user