Clean the repo of unnecessary files
This commit is contained in:
parent
904c398911
commit
43c748e0c5
BIN
8086_sim/sim86
BIN
8086_sim/sim86
Binary file not shown.
BIN
8086_sim/test
BIN
8086_sim/test
Binary file not shown.
@ -1,33 +0,0 @@
|
||||
bits 16
|
||||
|
||||
mov al, 0
|
||||
mov ah, 0
|
||||
mov ax, 0
|
||||
|
||||
mov bl, 0
|
||||
mov bh, 0
|
||||
mov bx, 0
|
||||
|
||||
mov cl, 0
|
||||
mov ch, 0
|
||||
mov cx, 0
|
||||
|
||||
mov dl, 0
|
||||
mov dh, 0
|
||||
mov dx, 0
|
||||
|
||||
mov sp, 0
|
||||
|
||||
mov bp, 0
|
||||
|
||||
mov si, 0
|
||||
|
||||
mov di, 0
|
||||
|
||||
mov es, ax
|
||||
|
||||
mov cs, ax
|
||||
|
||||
mov ss, ax
|
||||
|
||||
mov ds, ax
|
Loading…
Reference in New Issue
Block a user