This website works better with JavaScript
홈
탐색
도움말
로그인
RISCI_ATOM
/
v86
의 미러
https://github.com/copy/v86.git
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
8f5d58b029
브랜치
태그
master
wip
latest
v86
/
tests
/
nasm
/
idiv8-overflow.asm
idiv8-overflow.asm
106 B
히스토리
Raw
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"