pouët.net

Go to bottom
Buddhist flags by El Topo [web]
[nfo]
screenshot added by El Topo on 2020-09-09 13:25:22
platform :
type :
release date : september 2020
  • 14
  • 0
  • 0
popularity : 54%
 54%
  • 1.00
alltime top: #11739
added on the 2020-09-09 13:25:22 by El Topo El Topo

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

The international flag of Buddhism and the Tibetan variant flipping back and forth.

I'm no Hellmood so when I couldn't make it below 64b I threw in some palette changes and other crap.
added on the 2020-09-09 13:27:49 by El Topo El Topo
flagtastic
rulez added on the 2020-09-09 13:28:51 by SiR SiR
Lucky you, not choosing the Korean Buddhist flag ;-)
rulez added on the 2020-09-09 17:42:18 by wertstahl wertstahl
flag&platform vote ^^
i'll have a look into this ;)
rulez added on the 2020-09-09 17:46:51 by HellMood HellMood
quick shot: 47 bytes with ESC support
Code:org 100h push 0xa000 pop es mov al,0x13 int 0x10 X:mov ax,0xcccd mul di movzx ax,dl imul ax,byte 6 cmp ah,5 jl F movzx ax,dh imul ax,byte 6 F: mov bl,ah mov al,[byte bx+si+table] stosb in al,0x60 dec ax jnz X ret table: db 32,44,40,15,42

BB Image

there is space for improvement or a message
but not today ^^
added on the 2020-09-09 18:16:00 by HellMood HellMood
Thumb up for summoning HellMood! :-D
rulez added on the 2020-09-09 18:52:27 by baah baah
what baah said :D
rulez added on the 2020-09-09 19:36:17 by sensenstahl sensenstahl
what sensenstahl said :D
rulez added on the 2020-09-09 20:30:21 by v3nom v3nom
what v3nom said
rulez added on the 2020-09-09 21:00:32 by superogue superogue
HellMood: Pure magic, thanks for improving :)
added on the 2020-09-09 21:21:05 by El Topo El Topo
for the prod + what superogue said
rulez added on the 2020-09-09 21:50:43 by porocyon porocyon
Nice, also the first three lines from the left resemble Romanian flag
rulez added on the 2020-09-09 21:53:01 by Tesseract Tesseract
41 bytes:
Code:... mul di cmp dl,256*5/6 jb F mov dl,dh F: mov al,6 mul dl mov bl,ah ...
rulez added on the 2020-09-10 00:50:56 by frag frag
it seems we summoned frag :O
beautiful optimization giving me further ideas

-> 39 bytes:
Code:... mul di xchg dx,ax cmp al,256*5/6 jc F mov al,ah F: aam 43 mov bl,ah ...


so with removing ESC check and switching to int10 plotting it is 34b

maybe 32b possible after all?
added on the 2020-09-10 10:22:52 by HellMood HellMood
32 bytes:
Code:%define d -(0x13) db 0x7f+d,44+d,4+d,15+d,42+d Z:cwd add al,-d int 0x10 mov ax,0xcccd mul cx xchg dx,ax cmp al,256*5/6 jc H mov al,ah H: aam 43 mov bl,ah mov al,[bx+si] mov ah,0x0c loop Z

verrry dirty, but works (at least in DosBox)

BB Image
added on the 2020-09-10 11:07:45 by HellMood HellMood
We are entering deep coder Zen territory here, mucho impressive frag & HellMood. I need to study some opcodes.

Now for extra credit, can you make the fields in the rightmost section the same size? :)
added on the 2020-09-10 11:57:04 by El Topo El Topo
Not exactly due to the heavy sizecoding but there can
be a tradeoff, try w from 40 to 43, 41 looks ok
(and still 32 bytes ;)
Code:%define d -(0x13) %define w 41 db 0x7f+d,44+d,4+d,15+d,42+d Z:cwd add al,-d int 0x10 mov ax,0xcccd mul cx xchg dx,ax cmp al,w*5 jc H mov al,ah H: aam w mov bl,ah mov al,[bx+si] mov ah,0x0c loop Z


BB Image
added on the 2020-09-10 12:21:09 by HellMood HellMood
namaste motherfuscker :) nice
rulez added on the 2020-09-10 12:46:29 by gorgh gorgh
What is buddah
rulez added on the 2020-09-13 10:35:58 by Queen_Luna Queen_Luna
- Does an avatar have a flashing nature or does it not?
- GIF89.
rulez added on the 2021-01-24 22:13:43 by El Topo El Topo
Thats great, bong buddah. Also great optimizing in the thread _b
rulez added on the 2021-02-16 21:29:35 by leGend leGend

lists containing this prod

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

Go to top