CCCSBuffet / pk_do_not_be_afraidLinks
ASM really isn't that different from C! This collection of tutorials bridges your existing knowledge of C or C++ to teach assembly language.
☆75Updated 3 years ago
Alternatives and similar repositories for pk_do_not_be_afraid
Users that are interested in pk_do_not_be_afraid are comparing it to the libraries listed below
Sorting:
- Programming language that compiles into a x86 ELF executable.☆168Updated 3 years ago
- A mini x86-64 assembler for fun and learning.☆221Updated 8 months ago
- A minimal stack-based VM☆182Updated 5 years ago
- The first C compiler made to work under modern GCC☆165Updated 4 years ago
- Tiny C++ boot loader☆82Updated 2 years ago
- unofficial musl mirror git://git.musl-libc.org/musl☆176Updated last month
- Library of data containers and data structures for C programming language.☆65Updated 4 years ago
- Zero-configuration build system to very quickly build C/C++ projects.☆217Updated 9 months ago
- Managed C strings library☆97Updated 4 years ago
- A simple C coroutine library.☆227Updated last year
- Type-safe Printf in C☆72Updated 10 months ago
- Ncurses TCP Chat☆69Updated 4 years ago
- An interpreter☆183Updated 6 months ago
- A collection of small C projects - usually a minimal example of something interesting☆46Updated 3 years ago
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆139Updated 9 months ago
- Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.☆84Updated 4 years ago
- Stackful Async Subroutines for C. Brings async 2 C☆92Updated 4 years ago
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆99Updated 4 years ago
- The CIDLib general purpose C++ development environment☆211Updated 4 years ago
- The Roman II Programming Language