flat assembler
Message board for the users of flat assembler.

Index > Compiler Internals > mov reg32, [word offset] bug

Author
Thread Post new topic Reply to topic
Hunter



Joined: 07 Jun 2006
Posts: 41
Hunter 07 Jul 2006, 16:04
Hello, Tomasz!
For instructions:
use32
mov eax, dword [dword 0ffffh]
mov eax, dword [word 0ffffh]
mov dword [dword 0ffffh], eax
mov dword [word 0ffffh], eax

FASM generates:
A1 FF FF 00 00
A1 FF FF ; it's a bug, because prefix 67h is needed.
A3 FF FF 00 00
67 A3 FF FF
Post 07 Jul 2006, 16:04
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8354
Location: Kraków, Poland
Tomasz Grysztar 07 Jul 2006, 16:29
Thanks for the report, it's fixed now.
Post 07 Jul 2006, 16:29
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.