masm32
How to add number to the unsigned dword with 31bit set to 1 in assembly so it wouldn't be treated as negative?
I am trying to add 5 to 3234567890 in MASM32. Here is the full sample code: ;--------------------------------------------------------------------------[详细]
2023-02-04 22:24 分类:问答how to connect the compiler masm32 to notepad++
where download masm32 compiler? I\'ve uploaded here but I can not understand how it implement(开发者_如何学Pythonrun/compiling) the project. where I can download just the compiler. how run first proje[详细]
2023-02-04 11:50 分类:问答How I can integrate browser engine to my MASM app?
I\'m developing an app on MASM using the RadASM IDE. This IDE comes with an IE control 开发者_如何学Python(WebBrowser) but the content that I want to display is broken on that browser (XHTML+CSS), als[详细]
2023-02-01 18:57 分类:问答unresolved external symbol _WinMainCRTStartup
I\'m trying to assemble a simple \"Hello world\" application with Masm32. It assembles fine but when I try to link it, the linker says[详细]
2023-01-25 23:11 分类:问答INVOKE MASM saving registers automatically?
Is it possible to save cpu registers automatically when I use the Invoke directive开发者_JAVA技巧 in masm? Look at the example I posted there: selection sort in assembly language[详细]
2023-01-25 02:23 分类:问答Would experimenting with MASM32 break my computer?
Is it safe to play a little bit with it on my computer? I have this hunch that I\'m gonna ma开发者_开发问答ke a terrible mistake while writing some experimental code. Is my fear baseless?[详细]
2023-01-24 18:23 分类:问答error LNK2001: unresolved external symbol _MessageBox
I am trying to create a helloworld program using only masm and not masm32 libs. Here is the code snippet:[详细]
2023-01-24 03:55 分类:问答RegisterClassEx in Assembly
I\'m trying to manually call RegisterClassEx Windows API without开发者_如何学运维 using a WNDCLASS structure on .data section, I need to create this structure only using push instruction.[详细]
2023-01-21 02:04 分类:问答MASM str and substr?
I\'m currently coding an irc bot in asm I have already done this once in C++, so I know how to solve most problems I encounter, but I need a substr()[*] function like the one seen in C++. I need the s[详细]
2023-01-18 19:38 分类:问答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 分类:问答