Questions tagged [irvine32]

A 32-bit MASM library and macros targeting the Win32 Console

Irvine32 is a library that was made available in Kip Irvine's book Assembly Language for x86 Processors. The book is regularly used in academia as a teaching tool.

The library is simple in design and is meant to take make certain low level tasks that students encounter easier to handle. The library is designed to be used in 32-Bit protected mode targeting Win32 console applications.

The library itself and the macros require MASM or MASM compatible assembler capable of generating 32-bit code.

There is a reference online that can be downloaded as .chm file (self-extracting exe: IrvineLibHelp.exe).

617 questions
-7
votes
1 answer

How does the following Assembly language code run?

I know nothing about assembly, but I am given an assignment of this. Please tell me how does the following code run? I mean the steps or procedures. TITLE MASM Template (main.asm) ; Description: ; ; Revision date:f INCLUDE…
Gavin
  • 97
  • 8
-8
votes
1 answer

Syntax errors in my assembly code

I had this code and I was wondering if anyone would be willing to help me get it working. TITLE MASM Template (main.asm) ; Description: this code is supposed to print out each letter followed by a space and then the capitalized…
Mattj7
  • 15
  • 1
  • 6
1 2 3
41
42