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