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 2023-01-15 13:55:13 Blueberry Blueberry
...[code]move.l #$008a0000,(a1)+[/code]...
Random line of code thread 2022-11-29 14:15:14 StingRay StingRay
...[code] DATA(updated_common_fields) = get_updated_common_fields( current_common_fields = select_commo...
Random line of code thread 2022-11-20 11:10:29 Virgill Virgill
...Send some screenshots of this thread over to Musk....
3D graphics compo - Discussion Thread 2022-08-18 12:57:47 Gargaj Gargaj
...So here are a few random thoughts as someone who's basically responsible for this: My initial cursep...
Random line of code thread 2022-08-06 09:08:58 gopher gopher
...[quote][code] fld1 fadd st0 fyl2x ; // log2_base [/code][/quote] Oh man ... :D Thanks for the hint...
Tiny Intro Toolbox Thread 2022-08-05 18:50:44 bitl bitl
...ter starting the program? Will I get AX=0, or any random byte? Or is it a bad idea to pop something ...
Random line of code thread 2022-07-22 15:40:04 olspookishmagus olspookishmagus
...[code]// Carbon: package Geometry api; import Math; class Circle { var r: f32; } fn PrintTotalArea(c...
Random gif animation thread 2022-07-22 15:35:25 olspookishmagus olspookishmagus
...[img]https://i.imgur.com/kg2hkyH.gif[/img]...
Random line of code thread 2022-06-28 15:13:55 Charlie Charlie
...#tmp [code]Tmp0:=(Tmp0E and $CCCCCCCC) or ((Tmp1E and $CCCCCCCC) shr 2); { 0 2 4 6 8 10 12 14 } Tmp1...
Random line of code thread 2022-06-11 18:24:19 The Mad Doctor The Mad Doctor
...(Z80, Amstrad CPC) Makes a part of firmware disappear [code] ScreenSize equ &4000 org &8100 ld hl,&C...
Random line of code thread 2022-06-11 12:40:27 71M 71M
...[code]_pointsText.text = 0.ToString();[/code]...
Random line of code thread 2022-06-02 00:22:06 Dresdenboy Dresdenboy
...[code]e=x(-x>>1&7)+v*math.sin(v*math.sin(t/99))and 0 or(-x>>1&7)+v*math.sin(v*math.sin(t/99))[/code]...
Random line of code thread 2022-05-31 16:08:51 bartman bartman
...[quote] THE low level language and no binary? We have to use defines with hex or bit shifting. When ...
Random line of code thread 2022-05-31 16:06:30 bartman bartman
...[code] #define STR(x) #x #define XSTR(s) STR(s) uint16_t numChannelsMinus1 = numChannels - 1; __asm ...
Random line of code thread 2022-05-28 16:51:16 Blueberry Blueberry
...[code] fld1 fadd st0 fyl2x ; // log2_base [/code]...
Random line of code thread 2022-05-26 22:59:48 yugecin yugecin
...[code]plus++;[/code]...
Random line of code thread 2022-05-22 06:27:08 Dresdenboy Dresdenboy
...[code] mov al, 13h int 10h %if LINE_REPEAT mov dx,03D4h out dx,ax %endif[/code]...
Random line of code thread 2022-05-16 00:23:39 DevEd DevEd
...[code] ld a,[DS_CH1AutopanSpeed] and a jr z,.ch2autopan ld hl,DS_CH1AutopanTimer dec [hl] jr nz,.ch2...
Random line of code thread 2022-05-12 14:56:54 baah baah
...[code]//No need to make boundary tests because we added surroundings! void Fill(int x,int y,char Tes...
Random line of code thread 2022-05-01 14:47:43 Skynet Skynet
...[code]move.b #1,(_mt_Enable) ; finally figured out why the music wasn't playing[/code]...
Random line of code thread 2022-04-30 18:43:48 Alien / ST-CNX Alien / ST-CNX
...68000 popcnt [code] mov.l d0, d1 REPT 32 lsr.l #1, d1 sub.l d1, d0 ENDR [/code]...
Random line of code thread 2022-04-28 23:10:31 Laffik Laffik
...square root algorythm in MC680x0 code: [code] MOVE.W #100,d2 ;P MOVEQ #1,d0 ;a MOVE.L d2,d1 ;b loop:...
Random line of code thread 2022-04-26 22:29:13 bsp bsp
...Synthesizing some guitar-ish sounds (original idea by GM, with a "twist"): [code]float r1 = (lfsr_ra...
Random line of code thread 2022-03-21 23:14:03 StingRay StingRay
...[quote][code]CUSTOM set $dff000 ; fun: preferences.i defines paper size "CUSTOM"...[/code][/quote] H...
Random line of code thread 2022-03-20 15:39:40 MrVainSCL MrVainSCL
...[code]k=c.width=160;a=S(t*3)*7;x.F=x.fillRect;with(x)for(i=8;i--;F(9-g*3,g*15,17+g*6,13+g*9))g=i&1,a...
Go to top