#57 (NASM accepts 'long' as an alias for 'dword') – The Yasm Modular Assembler Project

Ticket #57 (closed defect)

Opened 3 years ago

Last modified 3 years ago

NASM accepts 'long' as an alias for 'dword'

Reported by: brg@… Owned by:
Priority: P1 Milestone:
Component: Core Version: unspecified
Severity: normal Keywords:
Cc:

Description

Hi Peter

Not a bug but a small NASM/YASM incompatibility:

move [eax],long 0

is ok in NASM but has to be changed to:

move [eax],dword 0

in YASM.

Its not an issue worth worrying much about but I thought it worth mentioning as a minor incompatibility.

I am using YASM in place of NASM now since NASM has problems more often than YASM does - well done!

Also I am about to move all my code to a 64-bit machine so YASM is going to be essential!

best regards,

Brian Gladman

Attachments

Change History

comment:1 Changed 3 years ago by peter@…

  • status changed from new to closed

Fixed in [1220].

Add/Change #57 (NASM accepts 'long' as an alias for 'dword')

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.