mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Revert "Improve process_ea and introduce -OL"
This reverts commit ac732cb6a5
.
Resolved Conflicts:
doc/nasmdoc.src
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
;Testname=O0; Arguments=-O0 -fbin -ozero_displacement.bin; Files=stdout stderr zero_displacement.bin
|
||||
;Testname=OL; Arguments=-OL -fbin -ozero_displacement.bin; Files=stdout stderr zero_displacement.bin
|
||||
;Testname=O1; Arguments=-O1 -fbin -ozero_displacement.bin; Files=stdout stderr zero_displacement.bin
|
||||
;Testname=Ox; Arguments=-Ox -fbin -ozero_displacement.bin; Files=stdout stderr zero_displacement.bin
|
||||
|
||||
bits 16
|
||||
|
||||
mov ax, [bx]
|
||||
mov ax, [bx+0]
|
||||
|
||||
mov ax, [bx+di]
|
||||
mov ax, [bx+di+0]
|
||||
|
||||
mov ax, [bp]
|
||||
mov ax, [bp+0]
|
||||
|
||||
bits 32
|
||||
|
||||
mov eax, [eax]
|
||||
mov eax, [eax+0]
|
||||
|
||||
mov eax, [eax+ebx]
|
||||
mov eax, [eax+ebx+0]
|
||||
|
||||
mov eax, [ebp]
|
||||
mov eax, [ebp+0]
|
||||
|
||||
bits 64
|
||||
|
||||
mov eax, [rax]
|
||||
mov eax, [rax+0]
|
||||
|
||||
mov eax, [rax+rbx]
|
||||
mov eax, [rax+rbx+0]
|
||||
|
||||
mov eax, [rbp]
|
||||
mov eax, [rbp+0]
|
Reference in New Issue
Block a user