masm
Has anyone gotten MASM Assembly Language working in Wine for Linux?
App开发者_如何学Goarently WIne doesn\'t support 16bit DOS apps. Anyone know how to Get MASM intel-style assembly working in wine?use DosBoxHave you tried using NASM?It\'s free, open source, supports I[详细]
2023-01-20 05:19 分类:问答MASM string reversal
Alright, Im going about this, with what is probably a really complicated solution, but its the first thing that popped into my head.[详细]
2023-01-17 06:00 分类:问答A2004 Problem With MASM32
I have a problem with the MASM32 assembler The following code is a Hello World example that I copied from the MASM32 tutorial:[详细]
2023-01-17 05:56 分类:问答SendMessage lParam empty
I am trying to store a value in the lParam of a LV_ITEM: ;... mov eax, value mov lvi.lParam, eax invoke SendMessage, hList, LVM_INSERTITEM, 0 addr lvi[详细]
2023-01-16 05:51 分类:问答Isn't PTR redundant in this instruction : CALL DWORD PTR [XXXXXXXX]
Isn\'t PTR redundant in this instructionCALL DWORD PTR [XXXXXXXX]. If the instruction was CALL DWORD [XXXXXXXX] This also says, Call th开发者_运维百科e DWORD length value located at the address XXXXXX[详细]
2023-01-04 08:01 分类:问答FASM vc MASM trasnlation problem in mov si, offset msg
just did my first test with MASM and FASM with the same code (almos) and I falled in trouble. The only difference is that to produce just the 104 bytes I need to write to MBR in FASM I put org 7c00h a[详细]
2023-01-02 14:37 分类:问答How can I transpose an image in Assembly?
I\'m working on a project and I need to compute something based on the rows and columns of an image. It\'s easy to take the bits of the rows of the image. However, to take the bits of each column开发者[详细]
2022-12-30 23:46 分类:问答How can I convert a number in a string to any base in assembly?
How can I convert a number contained in a string from any base to any other base? Bases can be anything i.e.: 2, 16, 10, 4, 8, 9.[详细]
2022-12-30 17:36 分类:问答Difference between lea and offset
ar db \"Defference $\" What\'s the difference between mov dx,offset ar and lea dx,ar I thin开发者_运维技巧k both are doing same work, but what is the difference between these twoIn this use-ca[详细]
2022-12-29 12:12 分类:问答First ASM program
Hello, I\'m trying to run my first ASM 8086 program on MASM on Windows Vista 64bit OS. I put this program on my MASM editor:[详细]
2022-12-28 19:07 分类:问答