Removed useless code from cache_fill_and_empty.asm

This commit is contained in:
(Tim) Efthimis Kritikos 2023-05-21 03:01:24 +01:00
parent e74d73ed58
commit 6c146098ee

View File

@ -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