Removed useless code from cache_fill_and_empty.asm
This commit is contained in:
parent
e74d73ed58
commit
6c146098ee
@ -1,5 +1,4 @@
|
||||
.ORG 0x0100
|
||||
mov sp,#STACK
|
||||
MOV DI,#0x2000
|
||||
STOS
|
||||
STOS
|
||||
@ -29,10 +28,6 @@ MOV CX,#0x0000
|
||||
MOV CX,#0x0000
|
||||
HLT
|
||||
|
||||
NOTHING: ret
|
||||
.BLKB 200
|
||||
STACK:
|
||||
|
||||
.ORG 0xFFF0
|
||||
MOV AX,#0x0100
|
||||
JMP AX
|
||||
|
Loading…
Reference in New Issue
Block a user