There are 0 repository under gnu-assembler topic.
🏓 Pong in 512 bytes. (boot sector)
A basic Operating System, just the kernel, that prints text directly to the VGA and restarts when you press [ENTER].
Learn GNU Assembler (as or gas) this book is great and I'm going to update it to enhance it.
Hello World in Assembly and C
The MoOS is a very simple operating system written in C++ and GNU Assembler based on the tutorial on https://wyoos.org/
A repository of GNU Assembly code examples in ARM (AArch32) discussed on our YouTube channel
Pascal Bosquet's Pong demo (http://www.pascalorama.com/megadrive-m68000-programming/) modified to compile by GNU Assembly.
🎓 M.Sc. in Computer Systems & Technologies 📍 Technical University of Sofia – Plovdiv Branch 🛠️ Specialization: Advanced systems programming, low-level optimizations, Linux internals. 🎓 B.Sc. in Software Engineering 📍 Plovdiv University Paisii Hilendarski
Pascal Bosquet's color animation demo (http://www.pascalorama.com/megadrive-m68000-programming/) modified to compile by GNU assembly.
A simple GNU-like assembler implementation in C++ for the given 16-bit architecture.
A repository of some StrongED editor Modes
small bits of code to play with (currently: C, Assembly, Haskell)
A collection of functions and macros written in the GNU assembler
Assembly Programming Language examples for 80x86 and ARM
Interfacing a SD card in the SPI mode using a MSP430 microcontroller. First GitHub project using MSP430 GNU assembler.
Some glibc functions rewritten in GNU Assembler just for fun
Template project for getting started with bare metal GNU Assembler development on arduino uno
x86 assembly programming (GAS/AT&T syntax)
Contains sample linux x64 assembly. Has a decimal to hex converter.
Simple, concurrent and probably buggy HTTP server written in x86-64 assembly. Binds to a random available port and supports only GET and POST requests. Uses / as web root
A hash table optimization project - using assembly and several techniques in order to improve its performance.
Programming examples from the book "Programming from the Ground Up" by Josh Bartlett.