Dissecting m8trix
published on 2024-07-31
by dzwdz
m8trix by HellMood is one of
my favorite demos. It packs a pretty cool Matrix-style effect in only 8
bytes:
animated gif (epilepsy warning)
The author even provided the source with some comments:
org 100h
S:
les bx,[si] ; sets ES to the screen, assume si = 0x100
; 0x101 is SBB AL,9F and changes the char
; without CR flag, there would be
; no animation ;)
lahf ; gets 0x02 (green) in the first run
; afterwards, it is not called again
; because of ali...
Read more at tilde.town