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