pouët.net

Go to bottom

search in pouët.net

I'm looking for and this is a [ | | | | ]
topic post date posted by
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...
Random line of code thread 2025-07-18 00:48:59 lynn lynn
...[code]love.graphics.draw(starBuffer, (x + size + (size / 10)), y + (size / 10), 0, .1, .1)[/code]...
Random line of code thread 2025-07-18 00:24:41 orac81 orac81
...For all two player games.. [code]int sch_AlphaBeta(int depth, int alpha, int beta) { if (depth == 0)...
Random line of code thread 2025-07-17 21:42:21 Krill Krill
...[code] .error "Error!! I is too high!"[/code]...
Random line of code thread 2025-07-15 12:59:44 Blueberry Blueberry
...[code]assert(fromPlane >= 0 && [?aBitmap, ?bBitmap, ?cBitmap].every((b) => fromPlane < b.depth));[/c...
Random line of code thread 2025-07-08 00:10:13 leaq leaq
...[code] lea ($C00004), a0 move.w #(1...
Random line of code thread 2025-07-07 22:52:24 kapsel kapsel
...[code]return (u.i - 1064866805) * 8.262958405176314e-8f;[/code] 1064866805 is a magic number (a so-c...
Random line of code thread 2025-07-07 22:43:33 mudlord mudlord
...[code]float musys_log(float a) { union { float f; int i; } u = { a }; return (u.i - 1064866805) * 8....
Random line of code thread 2025-07-07 22:42:06 kapsel kapsel
...[code] MOVEQ #1, D0 ; respect++ MOVE.B D0, $DFF180 ; border flash out of emotion JMP SAY_THANKS ; un...
Go to top