Author Topic: Bug of single-line macro  (Read 7796 times)

Offline shaynox

  • Full Member
  • **
  • Posts: 118
  • Country: gr
Bug of single-line macro
« 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
« Last Edit: March 14, 2015, 03:51:47 AM by shaynox »