Ticket #57 (closed defect)
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
Note: See
TracTickets for help on using
tickets.
