flat assembler
Message board for the users of flat assembler.

Index > Compiler Internals > [Suggestion] Something about segment

Author
Thread Post new topic Reply to topic
tuyethoa08041997



Joined: 02 Feb 2014
Posts: 3
tuyethoa08041997 04 Jun 2014, 02:53
I know this is crazy and useless on Windows Executable (and probably Linux) but may be useful for making something else (OS ? Very Happy)

I have piece of code (generate by OllyDbg) like:
Code:
mov fs, eax
mov ss, eax
    

And in FASM it must be this to compile (although it opcode is exactly same):
Code:
mov fs, ax
mov ss, ax
    


Can we add it to the compile?
Post 04 Jun 2014, 02:53
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 04 Jun 2014, 06:41
The syntax rules for these instructions were discussed here: http://board.flatassembler.net/topic.php?p=42520#42520
Post 04 Jun 2014, 06:41
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.