about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-04 00:06:21 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-04 00:06:21 -0800
commit8413cd9c9dec77a7bbd2b9eb468e003c2b2c1afd (patch)
tree9d49fc044742bdc9f7cb9ad09e71b9253b3944bb /subx/apps
parente3118458b003e5c2378a08807beab92c24de5bdb (diff)
downloadmu-8413cd9c9dec77a7bbd2b9eb468e003c2b2c1afd.tar.gz
4904
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/pack.subx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index fa910ec7..da9fe66f 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -105,7 +105,6 @@ $main:end:
 # simplifications since we perform zero error handling (continuing to rely on the C++ version for that):
 #   missing fields are always 0-filled
 #   bytes never mentioned are silently dropped; if you don't provide /mod, /rm32 or /r32 you don't get a 0 modrm byte. You get *no* modrm byte.
-#   disp16 not recognized for now
 #   in case of conflict, last operand with a name is recognized
 #   silently drop extraneous operands
 #   unceremoniously abort on non-numeric operands except disp or imm