pouët.net

Yellow! 13b by g0blinish
[nfo]
screenshot added by g0blinish on 2019-01-11 10:18:02
platform :
type :
release date : january 2019
  • 1
  • 2
  • 2
popularity : 47%
 47%
  • -0.20
alltime top: #71924
added on the 2019-01-11 10:18:02 by g0blinish g0blinish

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

doable in 10b at least, probably less ;) 11b with return to prompt ;)
added on the 2019-01-11 18:28:17 by HellMood HellMood
yes, if replace mov ch,$FA to loop xxx
added on the 2019-01-11 18:35:24 by g0blinish g0blinish
awesome shaders
rulez added on the 2019-01-11 19:10:36 by skarab skarab
down to 8 bytes :
Code:A:les cx,[si] db 219 stosw mov ah,0xe jmp short A+1
added on the 2019-01-13 12:34:02 by HellMood HellMood
explanation needed
added on the 2019-01-13 13:00:46 by g0blinish g0blinish
it's textmode. the adress to the screen is loaded from the code itself. SI points to STOSW + the DB 219, translating to 0xABDB which lands in ES. CX is not used, the only reason it is CX and not something else : the combination of CX and [SI] makes the modbyte of LES = 0x0C which is the instruction OR AL,(byte). The byte behind that is 219 which is the ASCII Code for a full char. A yellow char has to be 219 (or 177,178,179) because as a background color, it would be brown. Now at the second run, OR AL,219 is executed. 0x0E in AH is just yellow, 0x1E, 0x2E etc. with different background colors are also possible. The first run is critical, but the FLD instruction (opcode 219) luckily does no harm and aligns with the code right at JMP instruction.

Maybe it's doable in 7 or 6, like grey screen with no music 6b

Useful sources:
http://sparksandflames.com/files/x86InstructionChart.html
http://ref.x86asm.net/geek.html (scroll to the end)
added on the 2019-01-13 13:14:14 by HellMood HellMood
crap
sucks added on the 2022-03-02 19:50:38 by SiR SiR
Pointless
sucks added on the 2022-03-02 20:08:15 by hollowone hollowone

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 !

[previous edits]

add a comment