0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Use standard macro for the default directive

This commit is contained in:
H. Peter Anvin
2007-08-29 16:41:43 +00:00
parent 4fd320ef82
commit 3894519675

View File

@@ -1,6 +1,6 @@
bits 64
[default abs]
default abs
mov rax,[foo]
mov rax,[123456789abcdef0h]
@@ -47,7 +47,7 @@
mov rax,[abs dword fs:foo]
mov rax,[abs qword fs:foo]
[default rel]
default rel
mov rax,[foo]
mov rax,[123456789abcdef0h]