assembly
Here are 3,111 public repositories matching this topic...
CTF framework and exploit development library
-
Updated
Oct 27, 2020 - Python
Modular visual interface for GDB in Python
-
Updated
Aug 12, 2020 - Python
How to be low-level programmer
-
Updated
Sep 17, 2020
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
-
Updated
Oct 18, 2020 - C#
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup
-
Updated
May 30, 2020 - Assembly
-
Updated
Oct 27, 2020 - C
A categorized list of C++ resources.
-
Updated
Oct 26, 2020
-
Updated
Oct 23, 2020 - Java
We are reliant primarily on the examples for testing at this point. It would be good to "stress" the allocator because I would be (pleasantly) surprised if it's bug-free.
- More extensive unit testing
- Integration test under
tests/that (for example) uses the max number of registers of a given kind and confirms the register allocator doesn't fall over - More specifically, handling of "cast
OS for z80 calculators
-
Updated
Oct 10, 2020 - Assembly
A list of resources in different fields of Computer Science (multiple languages)
-
Updated
Oct 23, 2020
Visual MASM - Assembly IDE for Microsoft MASM
-
Updated
Jan 26, 2018 - Pascal
Simple operating system in C++, written from scratch
-
Updated
May 29, 2020 - C++
A collection of resources on wait-free and lock-free programming
-
Updated
Feb 8, 2020
Performance monitoring and benchmarking suite
-
Updated
Oct 27, 2020 - C
-
Updated
Feb 27, 2019 - Python
SGDK - A free and open development kit for the Sega Megadrive
-
Updated
Oct 27, 2020 - C
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat
-
Updated
Jun 25, 2019 - Assembly
Improve this page
Add a description, image, and links to the assembly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembly topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther