flat assembler
Message board for the users of flat assembler.
Index
> Main > How using blsfill ? |
Author |
|
Roman 02 May 2023, 08:53
blcfill is cool command ! Encoding: XOP.LZ.09 01 /1 wath is mean and how get opcode ?
https://www.amd.com/system/files/TechDocs/40332.pdf Quote:
How i understood BLCFILL do this: Code: ;BLCFILL reg32, reg/mem32 mov eax,'1',0,'234' ;4 bytes BLCFILL eax ;eax='1',0,0,0 Last edited by Roman on 02 May 2023, 09:51; edited 2 times in total |
|||
02 May 2023, 08:53 |
|
Roman 02 May 2023, 09:07
BLCFILL eax,dword [txt] ;fasm compiled ok
BLCFILL eax,edx ;fasm compiled ok In IDA Pro show db But not show BLCFILL eax,edx |
|||
02 May 2023, 09:07 |
|
Roman 02 May 2023, 09:13
BLCFILL eax,ecx ;compiled
But IDA Pro show this: dd 178E98Fh, 1EB9C9h, 14BB0000h, 0B8000000h, 0Ah, 1EB9h IDA Pro not show BLCFILL eax,ecx |
|||
02 May 2023, 09:13 |
|
Roman 02 May 2023, 11:05
https://godbolt.org/
I get opcode. Put to fasmw 1.73: Code: ;db $8f,$e9,$78,01,$cf ;this not work too crash db $cf,1,$78,$e9,$8f ;this not work crash BLCFILL eax,edi ;fasm out $8f,$e9,$78,$01,$cf but crash But IDA Pro show db, not BLCFILL eax,edi ! |
|||
02 May 2023, 11:05 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.