/asm_gl

An OpenGL program... written in assembly

Primary LanguageAssemblyMIT LicenseMIT

asm_gl

An OpenGL program... written in assembly
To be specific: It is written in Linux x86_64 ELF64 assembly with intel formatting

Requirements

nasm - The assembler
GLFW - A library for creating windows

How to Build

Just run the following command:

make

Run

./asm_gl

You can change the name by editing the TARGET variable in the Makefile

License

This project is licensed under the MIT license. See LICENSE for more details