diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-08-29 16:40:26 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-08-29 16:40:26 +0000 |
commit | 4fd320ef8295a13715e0ff5a935899ef7085f5d2 (patch) | |
tree | 57ff1cfe23ee41b83eb17aa7337ba914b524b4e1 /standard.mac | |
parent | 859f085985563e2b7fb734277ed23b338b128e10 (diff) | |
download | nasm-4fd320ef8295a13715e0ff5a935899ef7085f5d2.tar.gz nasm-4fd320ef8295a13715e0ff5a935899ef7085f5d2.tar.bz2 nasm-4fd320ef8295a13715e0ff5a935899ef7085f5d2.zip |
Add standard macro for [default] directive
Diffstat (limited to 'standard.mac')
-rw-r--r-- | standard.mac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/standard.mac b/standard.mac index fa2b8b7..bfc2af0 100644 --- a/standard.mac +++ b/standard.mac @@ -111,4 +111,6 @@ __SECT__ [cpu %1] %endmacro - +%imacro default 1+.nolist +[default %1] +%endmacro |