masm
What is the minimum file size of a PE file (exe) on Windows? And the minimal memory allocation? [duplicate]
This question already has answers here: What is the smallest possible Windows (PE) executable? (2 answers)[详细]
2023-01-27 07:01 分类:问答My first exercise in assembly
I\'m working under visual studio 2005 with assembly (I\'m a newbie) and I want to create a prog开发者_高级运维ram that calculate arithmetic progression with that rule: An = 2*An-1 + An-2[详细]
2023-01-26 02:40 分类:问答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 分类:问答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 分类:问答Translate C code to Assembly
I need to translate this C code to assembly language code #include <stdio.h> #include <stdlib.h>[详细]
2023-01-23 20:47 分类:问答Long code length bug in MASM?
I\'m currently working on a rather big assembly program it\'s a chatter bot. It spans currently well over 700 lines of code. In my program I\'ve two labels, my program uses these labels to keep tr开发[详细]
2023-01-23 09:16 分类:问答Assembly Language Arrays
This is a pretty simple question.. lets say I have the following. wordArray WORD 810Dh, 0C064h, 93ABh[详细]
2023-01-23 07:47 分类:问答Difference between masm32 and masm?
I am trying to learn assembly for windows and see that there are 2 assemblers: masm : https://www.microsoft.com/downloads/en/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64[详细]
2023-01-22 20:24 分类:问答selection sort in assembly language
here is my code.. I have to perform a selection sort on an array. It is homework. The Irvine32.inc sets up my memory model. Any suggestions to what I\'m doing wrong would be helpful. I\'ve redone the[详细]
2023-01-21 18:46 分类:问答x86 intel opcode assembly
Is there a way to write a program using pure x86 intel opcodes instead of the assembly mnemonics and instructions and then compile it w开发者_开发问答ith ML and LINK. For example if I try and write a[详细]
2023-01-21 05:28 分类:问答