NASM - The Netwide Assembler

NASM Forum => Other Discussion => Topic started by: shaynox on March 12, 2015, 12:29:08 AM

Title: Bug of single-line macro
Post by: shaynox on March 12, 2015, 12:29:08 AM
Hello, I have found this bug, but I don't really know if it's one, cause it's good bug (or not)

Code: [Select]
%define i64        qword

Code: [Select]
mov    [var], i64(32)   ; Work
mov    [var], i64 32    ; Work too