开发者

Tools to convert between assembly and hex in windows?

开发者 https://www.devze.com 2023-03-01 12:32 出处:网络
Can cl.exe or 开发者_StackOverflow中文版link.exe do the job?what do you mean by assembly ? the assembly language ?

Can cl.exe or 开发者_StackOverflow中文版link.exe do the job?


what do you mean by assembly ? the assembly language ? like

mov eax,4
mov ebx,3

and if so what do you mean by converting this into hex ? if you want to view binary file in hex you can use hex editor

you can use gcc if the file name is source.s then use

gcc source.s
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号