VGA demo dos 36 bytes | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 47% |
|||||||
alltime top: #80640 |
|
|||||||
|
||||||||
added on the 2021-03-25 06:10:06 by No delete my pro |
popularity helper
comments
Code:
- waste of bytescmp bx,FFFF
various color screens with no music.
If it's your goal to....
- switch to mode 13h
- get a screenpointer
- increment the pixel value each frame
... then the following 11 byte would do it
Might be even shorter, idk right now. I guess it's definitely shorter in textmode :D
Visit sizecoding.org for lots of information regarding tiny x86 coding :)
- switch to mode 13h
- get a screenpointer
- increment the pixel value each frame
... then the following 11 byte would do it
Code:
mov al,0x13
int 0x10
lds bx,[bx]
X:inc byte [di]
inc di
jmp short X
Might be even shorter, idk right now. I guess it's definitely shorter in textmode :D
Visit sizecoding.org for lots of information regarding tiny x86 coding :)
No
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 !
on my old P100 mhz I ran dos and linux back then. a lot.