flat assembler
Message board for the users of flat assembler.

Index > Main > Constants format

Author
Thread Post new topic Reply to topic
pfranz



Joined: 13 Jan 2007
Posts: 116
Location: Italy
pfranz 04 Dec 2023, 16:42
In FASM there is the high16bit:low16bit format for 32 bits constants used with jmp far and dd.
So, for example,
dd (a shl 16) or b
is the same as
dd a:b

Is there a way to use this format with other instructions such as mov, like
mov eax, a:b

?
Post 04 Dec 2023, 16:42
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20422
Location: In your JS exploiting you and your system
revolution 04 Dec 2023, 16:58
You can use a macro to process mov.
Post 04 Dec 2023, 16:58
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.