pouët.net

search in pouët.net

I'm looking for and this is a [ | | | | ]
topic post date posted by
Random line of code thread 2025-12-03 22:30:41 KeyJ KeyJ
...[code]add al, [di] add al, ah[/code]...
Random line of code thread 2025-11-27 10:46:47 Blueberry Blueberry
...[quote]It is an index of bit strings prefixed with '101'? I don't know it's purpose beyond that. Fro...
Random line of code thread 2025-11-27 05:32:10 DevEd DevEd
...[code] ldh a,[hHeldButtons] ld a,[Player_ControlBitFlipMask] xor b [/code]...
Random line of code thread 2025-11-27 02:02:39 sigflup sigflup
...This is how I did triangle shading on daytrip/megadrive [code] #define V1 vert_rot[cube_tris[i].v1] ...
Random line of code thread 2025-11-26 17:39:32 id_less id_less
...It is an index of bit strings prefixed with '101'? I don't know it's purpose beyond that. From looki...
Random line of code thread 2025-11-25 20:51:10 Blueberry Blueberry
...[code]%if __BITS__ == 32 %define rax eax %define rbx ebx %define rcx ecx %define rdx edx %define rsi...
Random line of code thread 2025-10-23 23:10:56 Blueberry Blueberry
...The code is actually from [url=https://github.com/askeksa/Jingler]Jingler[/url], not Crinkler. ;) A ...
Random line of code thread 2025-10-23 22:55:18 revival revival
...Blueberry is optimizing Crinkler headers again!...
Random line of code thread 2025-10-23 22:36:07 Blueberry Blueberry
...[code]bsr ecx, eax add ecx, byte 2 bts eax, ecx[/code]...
Random line of code thread 2025-10-21 21:20:57 Depeche Depeche
...[code]sub.l (a4),a1 add.l -(a4),a1 [/code]...
Random line of code thread 2025-10-02 10:43:50 Blueberry Blueberry
...Not one line, but one row: [code]move.l (a1)+,d2 move.l (a1)+,d3 divu.w #1,d0 movem.l (a1)+,d4-d6 ls...
Random line of code thread 2025-10-02 03:32:00 sigflup sigflup
...This is my random number generator. [code] short rnd(int *seed) { return ((*seed = *seed * 214013L +...
Random line of code thread 2025-10-01 21:11:41 KeyJ KeyJ
...[code]const numLines = ev.target.value.trim().split("\n").map((line) => Math.ceil((line.trim().lengt...
Random line of code thread 2025-09-13 08:48:50 DevEd DevEd
...[code]ldh [rNR{d:CNUM}2],a[/code]...
Random line of code thread 2025-09-12 15:10:48 juanp32 juanp32
...[code]450 IF whtn6=>100 THEN 'here comes the great mountain of shit[/code]...
Random line of code thread 2025-08-30 20:57:51 DevEd DevEd
...[code]rs (:++ - :+) / 2[/code]...
Random line of code thread 2025-08-26 22:19:56 Blueberry Blueberry
...[code]stop #$2700[/code]...
Random line of code thread 2025-08-25 11:41:27 orac81 orac81
...1poke 53280,0:poke53281,0:print chr$(5) 2print mid$("NM",1-(rnd(1)>.5),1);:goto2 3rem c64, any cbm. ...
Random line of code thread 2025-08-08 13:51:24 Blueberry Blueberry
...[code]tst.l ReturnCode(pc)[/code]...
Random line of code thread 2025-08-03 18:10:50 Krill Krill
...[code] errors[charset][character][charline] = __builtin_popcount(character ^ charsets[charset][conve...
Random line of code thread 2025-08-01 10:29:49 Mystran Mystran
...0x0842, // 3: jmp x--, 2 side 1...
Random line of code thread 2025-07-30 17:05:53 Blueberry Blueberry
...[code]wine ~/Downloads/winuae64_6.0.0.exe -f runner.uae -G[/code]...
Litlle PC demo style AMIGA :) 2025-07-19 07:27:05 ludom88 ludom88
...[quote]While I would not carelessly click on a random .exe file in a bbs post .. but that's another ...
Random line of code thread 2025-07-19 01:35:52 gasman gasman
...[code] [BAR * 25, "Hard to hear from you clearly, feel it really"], [BAR * 25.5, "If we're never wor...
Random line of code thread 2025-07-18 08:48:27 losso losso
...[code]move.l .opc(pc),a4 ; points to "move.w d5,d6;lsl.w #8,d6" = $3c05e14e, treated as $5e14e (6800...