flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Carlito
Hi everybody, I'm having problems turning this instruction to fasm :
mov eax, fs:[30h] <- which is masm. So, if someone's got an idea, please help me. Many thanks. |
|||
![]() |
|
decard
try this:
Code: mov eax, [fs:30h] |
|||
![]() |
|
Carlito
k gonna try thx man
|
|||
![]() |
|
Carlito
It WORKS, many thanks decard
|
|||
![]() |
|
roticv
crash as in? Can give me details? The following code works fine for me.
Code: mov ecx, [fs:30h] test ecx, ecx js _9x movzx ecx, byte[ecx+2] jecxz @F ;;;;blah blah _9x: mov ecx, [fs:20h] jecxz @F ;;;;;blah blah @@: |
|||
![]() |
|
Carlito
Many thanks, it works fine there. But why
Code: mov ecx, [fs:20h] |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.