about summary refs log tree commit diff stats
path: root/subx/031check_operands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/031check_operands.cc')
-rw-r--r--subx/031check_operands.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/subx/031check_operands.cc b/subx/031check_operands.cc
index f24eb62c..04dac5ba 100644
--- a/subx/031check_operands.cc
+++ b/subx/031check_operands.cc
@@ -4,10 +4,7 @@
 :(scenario check_missing_imm8_operand)
 % Hide_errors = true;
 == 0x1
-# instruction                     effective address                                                   operand     displacement    immediate
-# 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
-  cd                                                                                                                                                # int ??
+cd  # int ??
 +error: 'cd' (software interrupt): missing imm8 operand
 
 :(before "Pack Operands(segment code)")