diff options
| author | Drahflow <drahflow@gmx.de> | 2014-01-01 22:19:37 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-01-01 22:19:37 +0100 |
| commit | 84a3531334fb171b9740e785eddcfd8b7139261c (patch) | |
| tree | 7c133c585b03fe90eaef3eb50c7c1e26393a332a | |
| parent | 99d1ad27aa445614ac4c766140b56f74b725dcff (diff) | |
Lods instruction
| -rw-r--r-- | compiler/elymasAsmOps.ey | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/elymasAsmOps.ey b/compiler/elymasAsmOps.ey index 0d24dd5..ed02242 100644 --- a/compiler/elymasAsmOps.ey +++ b/compiler/elymasAsmOps.ey @@ -815,6 +815,10 @@ memoryAddressingVariants keys { ==variant memoryAddressingVariants variant . =*p } /leaq variant /Reg cat defOp } each +{ + %AC +} /lodsb deff + { ==mem ==i mem bit64assert i 256 lt not { "Imm8 too large" die } rep |
