Skip to content

This is unofficial version of Kip R. Irvine portable assembly.

Notifications You must be signed in to change notification settings

Franceskynov/ASEM-I01_Irvine_Portable

Repository files navigation

ASEM-I01_Irvine_Portable

Downlad

You can dowload from here:

ASEM-I01_Irvine_Portable.zip

Usage

This is unofficial version of Kip R. Irvine portable assembly.

cd <ASEM-I01_Irvine_Portable> folder

For build *.asm file, you can write without *.asm:

asm32 <fileName>

For run:

<fileName>.exe

Example

For build:

Build asm file

cd <ASEM-I01_Irvine_Portable> folder
asm32 helloWorld

Run program

For run:

helloWorld.exe