masm
Recognizing computer in masm
How can I retrieve MAC of network card(s) and what can I retrieve to recognise specif开发者_如何学Pythonic computer and how?Call Win32\'s GetAdaptersInfo[详细]
2022-12-28 14:37 分类:问答How can I do Input/Output on a console with MASM? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one p开发者_开发问答roblem only b[详细]
2022-12-28 11:59 分类:问答Quick, beginner MASM register question - DX:AX
I am currently studying for an exam I\'ll have on x86 assembly. I didn\'t have much luck googling for ":", too common of a punctuation mark :/[详细]
2022-12-27 15:05 分类:问答tools in masm for files io
How can I operate on files in masm. I mean using standard libraries included to microsoft (masm). Or somethning available in windows without linkink开发者_JAVA百科 libraries.Start with the MASM32 site[详细]
2022-12-27 10:25 分类:问答Detecting architecture at compile time from MASM/MASM64
How can I detect at compile time from an ASM source file if the target architecture is I386 or AMD64?[详细]
2022-12-26 15:25 分类:问答Why is this array declaration invading the next?
I am learning Assembly for IA-32 with MASM, using Microsoft Visual C++ Express Edition, and this difficulty came up. When I do this:[详细]
2022-12-26 13:40 分类:问答Question about "Link Map" output and "Assume" directive of MASM assembler
I am new to MASM. So the questions may be quite basic. When I am using the MASM assembler, there\'s an output file called \"Link Map\". Its content is composed of the starting offset and length of va[详细]
2022-12-25 19:57 分类:问答MASM StrCmp Undefined?
If I try to assemble the following code, I get a A2006 error ( error A2006: undefined symbol : StrCmp).[详细]
2022-12-25 07:27 分类:问答error A2070: invalid instruction operands IN SSE MASM64
when compiling this in ml64.exe 64bit (masm64) the SSE command give me an error what do i need to do to include the SSE commands in 64 bit?[详细]
2022-12-23 02:44 分类:问答reading a BYTE as a DWORD in Masm
once again I\'m doing MASM programming. I\'m trying to write a procedure using the Irvine32 library where the user enters a string which is put into an array of BYTEs with ReadString. Then it loops ov[详细]
2022-12-22 23:43 分类:问答