This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
RISCI_ATOM
/
v86
oglindă de
https://github.com/copy/v86.git
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
8f5d58b029
Ramuri
Etichete
master
wip
latest
v86
/
tests
/
nasm
/
idiv8-overflow.asm
idiv8-overflow.asm
106 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
global _start
%include "header.inc"
mov ax, 8000h
mov bl, -1
idiv bl
%include "footer.inc"