From 6d49c89ccaa775681bc562b9684eeb2938b7126f Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 3 Sep 2006 06:30:54 +0000 Subject: [PATCH] Add USE64 macro as alias for BITS 64, for parity with USE16 and USE32. svn path=/trunk/yasm/; revision=1607 --- modules/preprocs/nasm/standard.mac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/preprocs/nasm/standard.mac b/modules/preprocs/nasm/standard.mac index efe139ea..01ea7fe2 100644 --- a/modules/preprocs/nasm/standard.mac +++ b/modules/preprocs/nasm/standard.mac @@ -92,6 +92,9 @@ __SECT__ %imacro use32 0.nolist [bits 32] %endmacro +%imacro use64 0.nolist +[bits 64] +%endmacro %imacro global 1-*.nolist %rep %0 -- 2.50.1