Exploring Assembly Programming for embedded systems
- 16-bit
- 32-bit
- 64-bit
- x86 intel cpu architectures
- Qemu
- Nasm
- Xlang
- GCC/G++
git clone https://github.com/TralahM/explore_asm.git
cd explore_asm
nasm my_custom_os
nasm hello_world
nasm bootloader
Create Your Own Operating System,Bootloader with Assembly and C and Learn GDB debugging and reverse engineering
AssemblyMIT
Exploring Assembly Programming for embedded systems
git clone https://github.com/TralahM/explore_asm.git
cd explore_asm
nasm my_custom_os
nasm hello_world
nasm bootloader