/asm_prog_ex

Linux Port for Xorpd's Assembly Course

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

Assembly Programming Exercises

Forked from xorpd's assembly course. Porting the fasm assembly code for Windows to yasm code for Linux.

This repository contains exercises for the Assembly Programming course. More information could be found at http://www.xorpd.net

Install Instructions

git clone https://github.com/blankwall/asm_prog_ex.git
cd asm_prog_ex
./install.s
./test.s

If all works hello world should be printed and you will have a directory called assembly with a basic program in it. :) !