diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-01-04 00:06:21 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-01-04 00:06:21 -0800 |
commit | 8413cd9c9dec77a7bbd2b9eb468e003c2b2c1afd (patch) | |
tree | 9d49fc044742bdc9f7cb9ad09e71b9253b3944bb /subx | |
parent | e3118458b003e5c2378a08807beab92c24de5bdb (diff) | |
download | mu-8413cd9c9dec77a7bbd2b9eb468e003c2b2c1afd.tar.gz |
4904
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/pack.subx | 1 |
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 |