text based screen clear demo | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 42% |
|||||||
alltime top: #77462 |
|
|||||||
|
||||||||
added on the 2021-03-26 16:22:56 by No delete my pro |
popularity helper
comments
- Melting clean down to SPACE (not downto 0)
- Independent of CPU speed (uses timer)
- Exits to prompt after melting down
- 16 bytes
There is a more optimized version (14b, melt to 0)
on our beloved sizecoding wiki -> melt.com & analysis
- Independent of CPU speed (uses timer)
- Exits to prompt after melting down
- 16 bytes
Code:
lds ax,[bx+si]
X:hlt
Y:scasb
cmp byte [si],33
adc byte [si],cl
dec si
jnz Y
dec ax
jnz X
ret
There is a more optimized version (14b, melt to 0)
on our beloved sizecoding wiki -> melt.com & analysis
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !