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
tictactoesubfolder contains my attempt at a game with limited assembly knowledge.
- Tiny assembly programs written for a Raspberry Pi 1 running Raspbian. It is based on a range of raspberry pi tutorials and the
x86_64- Right now it strictly follows the tutorial found here. These programs were assembled using Arch Linux & NASM version 2.14.02 compiled on Jan 22 2019.
Description
Languages
Assembly
94.9%
Makefile
3.8%
Shell
1.3%