Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
liberatehongkong
/
x86-bare-metal-examples
tükrözi:
https://github.com/cirosantilli/x86-bare-metal-examples.git
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Branch:
master
Branch-ok
Tag-ek
adoc
antekone-baremetal_helloworld
common-o
master
md
x86-bare-met...
/
nasm
/
bios_one_char.asm
bios_one_char.asm
85 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
org 0x7c00
bits 16
cli
mov ax, 0x0E61
int 0x10
hlt
times 510 - ($-$$) db 0
dw 0xaa55