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:
d8c0acb57a
Ramuri
Etichete
master
wip
latest
v86
/
tests
/
nasm
/
cmp16-setbe.asm
cmp16-setbe.asm
104 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
global _start
%include "header.inc"
mov ax, -1
cmp ax, -3
setbe bl
%include "footer.inc"