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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user