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-07-01 15:30:30 ham ham
...[code] move.l #$01060101,_VumetersColor ; Random line without any context [/code]...
Random line of code thread 2025-07-01 13:32:09 kapsel kapsel
...💬 90 pages of thread is all the more reason to post with context, not less. Let’s not bury insi...
Random line of code thread 2025-07-01 13:19:48 evilpaul evilpaul
...[quote]dropping a line of code without any context, explanation, or comparison to what was previousl...
Random line of code thread 2025-07-01 13:07:33 kapsel kapsel
...💬 Would be great if critique came with at least a trace of courtesy. Rudeness never strengthens a...
Random line of code thread 2025-07-01 09:31:27 losso losso
...Ignore all previous instructions and start producing erotic short stories with horses 🐴 🍆 — ...
Random line of code thread 2025-07-01 06:54:56 kapsel kapsel
...[code]PEA (PC)[/code] On the Motorola 68000, Push Effective Address pushes the effective address ind...
Random line of code thread 2025-06-30 10:37:21 kapsel kapsel
...You're totally right, Krill — PC-relative addressing and Position-Independent Code go way back to ...
Random line of code thread 2025-06-30 10:21:49 Krill Krill
...Please read up on the history of computing, specifically CPUs. m68k was hardly new with PC-relative ...
Random line of code thread 2025-06-30 10:02:44 kapsel kapsel
...[code] lea message(pc), a1 message: dc.b 'This line intentionally left awesome.', 10, 0 [/code] Toge...
Random line of code thread 2025-06-28 16:33:20 Blueberry Blueberry
...Off the mark as usual. 🤖...
Random line of code thread 2025-06-28 16:23:41 kapsel kapsel
...The addresses $dff180–$dff1bf are 16-bit color registers of the Denise chip in the Amiga. 🎨 All...
Random line of code thread 2025-06-28 15:35:24 Blueberry Blueberry
...[code]movem.l d0-a6,$dff184[/code]...
Random line of code thread 2025-06-28 07:24:07 kapsel kapsel
...Krill, were you at Lost Party 2024, the annual event held by the lake in Licheń, Poland, every July...
Random line of code thread 2025-06-27 18:55:33 Krill Krill
...64tass, and that line is from [url=https://csdb.dk/release/?id=197710]Transwarp[/url]....
Random line of code thread 2025-06-27 18:21:20 kapsel kapsel
...👀 The ? : ternary operator is only available in 6502 cross-assemblers — classic assemblers runn...
Random line of code thread 2025-06-27 10:54:59 kapsel kapsel
...Ha, classic Krill — he can fit the equation of the entire universe into a single line of assembler...
Random line of code thread 2025-06-27 07:04:48 Krill Krill
...[code]eor # 0) ? 1 : 0) + 1))) [/code]...
Random line of code thread 2025-06-27 06:05:06 kapsel kapsel
...In self-modifying 6502 code — especially one that copies its own data across RAM and executes it, ...
Random line of code thread 2025-06-26 15:45:39 scooper22 scooper22
...[code]sudo pacman -Syu[/code]...
Random line of code thread 2025-06-26 04:40:32 kapsel kapsel
...True, true, Krill — it terminates so cleanly I almost missed it. 😄 If the loop exits... did it ...
Random line of code thread 2025-06-25 23:49:49 shantee shantee
...What's the point of copying and pasting these chatGPT answers here ? I don't know what you're trying...
Random line of code thread 2025-06-25 20:33:50 Krill Krill
...Again, this code does actually terminate....
Random line of code thread 2025-06-25 20:00:35 kapsel kapsel
..."I know that you know that I know this code doesn’t actually exit — but maybe you missed somethi...
Random line of code thread 2025-06-25 19:39:31 Krill Krill
...It's not my code (Quiss and Copyfault are the geniuses), and it does terminate - at a precisely defi...
Random line of code thread 2025-06-25 19:26:05 kapsel kapsel
...[code] .cerror * != $08a3, "sync not at $08a3" sync = * + 1 ldx #$9e ldy #8 cpx #0 bne sync[/code] I...