From 047208147c5154a8b9a6afba0e372452d6ad2f9c Mon Sep 17 00:00:00 2001 From: Tijmen van Nesselrooij Date: Mon, 5 Aug 2019 20:52:21 +0200 Subject: [PATCH] Readme added --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14bddb8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Assembly + +## Contents +This repository contains small assembly programs that I made out of interest in the different assembly languages. This code is by no means robust or made very readable. + +The current projects in this repository are: +- `armv6` + - Tiny assembly programs written for a Raspberry Pi 1 running Raspbian. It is based on a range of raspberry pi tutorials and the `tictactoe` subfolder contains my attempt at a game with limited assembly knowledge. +- `x86_64` + - Right now it strictly follows the tutorial found [here](https://gitlab.com/mcmfb/intro_x86-64). These programs were assembled using Arch Linux & NASM version 2.14.02 compiled on Jan 22 2019.