From a0ca5e6cdcca0711f413d0ae83eeb9fa6c57240c Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 17 Nov 2023 10:38:11 -0500 Subject: [PATCH] Remove outdated comment. --- InstructionSets/x86/Decoder.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InstructionSets/x86/Decoder.hpp b/InstructionSets/x86/Decoder.hpp index 62afbb76b..16d2fef59 100644 --- a/InstructionSets/x86/Decoder.hpp +++ b/InstructionSets/x86/Decoder.hpp @@ -38,8 +38,7 @@ template 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.