pouët.net

Go to bottom
Colpinski 16b
[nfo]
screenshot added by HellMood on 2013-11-02 21:50:21
platform :
type :
release date : november 2013
  • 19
  • 2
  • 0
popularity : 58%
 58%
  • 0.90
alltime top: #6996
added on the 2013-11-02 21:50:21 by HellMood HellMood

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

ő_ő
rulez added on the 2013-11-02 22:25:16 by CHEF-KOCH CHEF-KOCH
Can be done in 13 bytes =)
rulez added on the 2013-11-02 22:28:39 by frag frag
oh well :)
rulez added on the 2013-11-02 22:31:07 by T$ T$
cool.
rulez added on the 2013-11-02 22:40:33 by Bartoshe Bartoshe
really great! wondering, what you squeeze next into 16b ;-). Hats off!
rulez added on the 2013-11-02 22:48:36 by whizart whizart
:)
rulez added on the 2013-11-02 23:11:53 by -SP- -SP-
ossom
rulez added on the 2013-11-02 23:49:24 by Buckethead Buckethead
Cool!
rulez added on the 2013-11-03 00:21:26 by Optimus Optimus
Nice!
rulez added on the 2013-11-03 02:46:11 by imerso imerso
Coolst ever.
rulez added on the 2013-11-03 09:15:17 by Suborg Suborg
yes
rulez added on the 2013-11-03 18:07:54 by SiR SiR
rofl
rulez added on the 2014-01-21 09:09:51 by g0blinish g0blinish
rocks
rulez added on the 2014-01-21 09:27:21 by lsl lsl
Super!!!
rulez added on the 2014-04-12 13:38:06 by jespa jespa
!
rulez added on the 2014-05-10 18:02:56 by spritus spritus
good!
rulez added on the 2014-05-10 18:32:53 by sensenstahl sensenstahl
Just as a heads up, this draws about 1/4 screen up on a fast XP machine for each keypress (not using DOSBox).
added on the 2014-09-13 20:04:52 by Photon Photon
Texturing a tunnel with it : Sierpinity 256b
added on the 2015-05-21 16:41:07 by HellMood HellMood
Oh well and of course frag was right back then ;) so here's how you squeeze the "check for ESC" in (still 16 Bytes), works at least with DosBox
Code:P: add al,0x13 int 0x10 W: test cl,ch loopnz W in al,0x60 aaa mov ah,0x0C jc P ret


I updated the download accordingly =)
added on the 2015-05-21 16:53:10 by HellMood HellMood
Now I see 15 byte version with proper esc-check and without aaa hack =)
added on the 2015-05-21 18:09:24 by frag frag
And now 14 bytes ^_^
added on the 2015-05-21 18:43:51 by frag frag
@frag
This is what i found (14 bytes, quits on "d" and "ü" and maybe something else)

Code:mov al,0x13 P: int 0x10 and cl,ch in al,0x60 daa mov ah,0x0C loopnz P ret


Tested on DosBox & MsDos
Replacing "daa" with "dec al" gives the clean 15 byte "quit on ESC" version.

You got something else? I'm curious =)

(Download link is updated accordingly)
added on the 2015-05-22 19:31:51 by HellMood HellMood
Good =)
15-byter is the same, 14 is just "in ax, 0x60; dec ax;",
don't know how dirty is 16-bit read from 8-bit port,
can't find anything in Intel docs, but it works.
added on the 2015-05-22 19:46:37 by frag frag
tried to improve on the pattern itself, this is what i have so far
(16 bytes, not interactive, no escape)

BB Image

Code:X: add al,0x13 int 0x10 M: mov ax,cx and al,0x3F and ah,al loopnz M mov ah,0x0C jmp short X
added on the 2015-05-28 22:33:45 by HellMood HellMood
Life coding on youtube capture rulez
rulez added on the 2015-05-29 01:23:19 by JAC! JAC!
I am impressed by the "live coding" =). Impressive =).
Apart that - a good stuff.
rulez added on the 2016-05-30 21:33:01 by sim sim

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