irvine32
Test if value in EAX is the same as any value in a array x86
I am attempting to test if the random value generated in eax is the same as any value in an array I have allocated. The outer loop generates the array and writes it to the screen and in to the array,[详细]
2023-04-12 16:01 分类:问答Syntax errors in my assembly code [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-06 17:02 分类:问答How can I view what is happening in the lower parts of the EAX register in VS2008?
I am doing s开发者_开发问答ome assembly homework and thought the best way to get my head around what is going on is to watch what happens in the registers as the program runs. In Visual Studio You can[详细]
2023-02-14 20:53 分类:问答Irvine32 and MASM
I would like some help in adding Irvine32 inc/lib support to my asm programs. I added the inc/lib to their folders and added[详细]
2023-02-02 12:47 分类:问答Assembly final exam tomorrow Need some exercise
I have an Assembly final tomorrow. Any one have some ideas for开发者_如何转开发 a programming exercise?[详细]
2023-01-31 04:20 分类:问答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 分类:问答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 分类:问答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 分类:问答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 分类:问答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 分类:问答