diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:59:21 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:59:21 +0000 |
commit | af535c16cf3f9f628384ec834e3aa325709cb37b (patch) | |
tree | c582b65fc34ae4e66aa559ebe901c76aefa05bd5 /standard.mac | |
parent | 41bf8002b2fa402bd344a290fcc9f65de328859c (diff) | |
download | nasm-af535c16cf3f9f628384ec834e3aa325709cb37b.tar.gz nasm-af535c16cf3f9f628384ec834e3aa325709cb37b.tar.bz2 nasm-af535c16cf3f9f628384ec834e3aa325709cb37b.zip |
NASM 0.98.03
Diffstat (limited to 'standard.mac')
-rw-r--r-- | standard.mac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/standard.mac b/standard.mac index 5f86298..05905d6 100644 --- a/standard.mac +++ b/standard.mac @@ -71,6 +71,13 @@ __SECT__ [bits %1] %endmacro +%imacro use16 0.nolist +[bits 16] +%endmacro +%imacro use32 0.nolist +[bits 32] +%endmacro + %imacro global 1-*.nolist %rep %0 [global %1] @@ -84,3 +91,8 @@ __SECT__ %rotate 1 %endrep %endmacro + +%imacro cpu 1+.nolist +[cpu %1] +%endmacro + |