00:00:00 --- log: started forth/01.01.21 00:03:01 cool, linus responded to you 00:15:33 --- quit: aaronl (Read error to aaronl[vitelus.com]: Connection reset by peer) 00:15:50 --- join: aaronl (aaronl@vitelus.com) joined #forth 00:20:34 --- quit: aaronl (The name's X. Bitch X.) 00:20:35 --- join: aaronl (aaronl@vitelus.com) joined #forth 00:22:54 --- quit: aaronl (The name's X. Bitch X.) 00:22:55 --- join: aaronl (aaronl@vitelus.com) joined #forth 01:01:43 --- join: adu (andrew@adsl-63-201-88-194.dsl.snfc21.pacbell.net) joined #forth 01:01:51 hey 01:05:17 --- quit: adu (Ping timeout for adu[adsl-63-201-88-194.dsl.snfc21.pacbell.net]) 01:59:29 * aaronl is away: hee haw 04:58:26 --- join: SoapForge (flop@203-96-105-21.dialup.xtra.co.nz) joined #forth 05:07:33 --- quit: SoapForge (Bah, humbug.) 05:18:56 --- mode: I440r set mode: +o aaronl 05:19:11 --- topic: set to 'forth go ply multi and - mark is out shooting thismorning, bbl :)' by I440r 07:58:15 --- join: edrx (edrx@200.240.18.60) joined #forth 09:05:34 --- quit: edrx ([x]chat) 10:18:06 --- topic: set to 'http://www.energymech.net/users/proton/printf.S' by aaronl 10:20:52 is that the output of the compiler ? 10:21:56 i hate the way they put l or w on the end of INTEL opcodes with this assembler 10:22:07 THAT isthe 68k way 10:22:18 in x86 you dont need to say .w or .l 10:22:36 the REGISTER itself specifies the size of the operation in most cases 10:22:54 and where it doesnt you say mov some_address,0 word 10:22:59 or ,0 byte 10:23:04 ORRR 10:23:07 you say 10:23:22 mov w/b/l[some_address],0 10:23:44 movl leal pushal are a fucked up way of doing things in x86 :P 10:23:47 its just WRONG :P~ 10:23:49 hehe 13:18:12 --- join: adu (andrew@adsl-63-201-91-161.dsl.snfc21.pacbell.net) joined #forth 13:21:07 yo 13:22:58 --- join: junkie (sparker@purplecoder.com) joined #forth 13:24:21 --- quit: junkie ([BX] A friend with weed is a friend indeed) 13:25:58 --- quit: aaronl (The name's X. Bitch X.) 14:00:50 --- quit: adu (BitchX-75p1 -- just do it.) 14:05:04 --- join: Fare (fare@ppp63-net1-idf2-bas1.isdnet.net) joined #forth 14:09:02 --- mode: I440r set mode: +o Fare 14:09:05 whers tcn :P~ 14:09:07 bleh 14:30:12 --- quit: I440r (Read error to I440r[purplecoder.com]: EOF from client) 15:50:36 --- join: junkiebee (spark@p15-max2.christchurch.netaccess.net.nz) joined #forth 15:51:17 --- nick: junkiebee -> junkie 16:06:28 --- nick: junkie -> junk 16:12:10 --- join: ult (ultima@149.149.201.30) joined #forth 16:14:43 --- join: aaronl (aaronl@vitelus.com) joined #forth 16:23:59 --- join: I440r (mark4@purplecoder.com) joined #forth 16:24:33 ew 16:24:36 i440r 16:25:47 :) 16:32:12 r044i ! 16:32:46 haha 16:38:19 :) 16:39:29 --- quit: junk () 16:42:48 --- quit: aaronl (Read error to aaronl[vitelus.com]: EOF from client) 16:43:38 --- join: aaronl (aaronl@vitelus.com) joined #forth 17:03:12 --- join: adu (andrew@adsl-63-201-91-161.dsl.snfc21.pacbell.net) joined #forth 17:03:18 hi 17:04:56 hi 17:07:58 i'm in a rut 17:08:17 a rut ? 17:11:39 ya 17:11:49 i can't figure out what this one mnemoni does 17:12:27 Moterola's Ref Man has conflicting explainations of it 17:12:48 show me 17:13:03 --- join: junk (spark@p39-max1.christchurch.netaccess.net.nz) joined #forth 17:13:32 well, it says "li A,n" is "addi A,0,n" 17:13:53 and "subi A,S,n" is "addi A,S,-n" 17:14:25 but "la A,n(s)" is "addi A,S,n" 17:14:33 and that addi adds immediate values 17:14:41 and that la loads from an address 17:14:49 but idon't see how both can be possible 17:15:41 ppc has lots of shortcut mnemonics 17:15:49 does intel? 17:16:50 so, ie, subi ....n is actually Encoded as addi...-n 17:16:57 yes 17:17:07 ok 17:17:09 adding a negative number is subtracting 17:17:29 but i'm confused about the la, and addi 17:17:35 me 2 17:17:47 i'm going to email moterola 17:18:24 ok then, at least i know i'm not alone now 17:19:59 :) 17:27:43 fare 17:27:48 where can i see the clog logs 17:41:23 clog? 17:41:56 load the address of S[n] is really A = S+n 17:42:02 sounds right to me 17:42:03 what 17:42:10 my god your funny 17:42:20 damnit 17:42:26 * junk is a hor 17:42:39 so la A,n(s) (i.e. A = &S[n];) is equivalent to A = S+n; 17:44:59 Fare: maybe your right, maybe it doesn't actually load the value at that address, it just loads the addres into the register! 17:45:01 thanx 17:45:33 that makes sence 17:46:01 Fare: i don't think you give yourself enough credit... 17:46:13 --- quit: junk () 17:46:17 yur a clever one.... Mr Grinch....hehehe 17:47:02 give myself credit for what? 17:47:10 grinch? 17:49:23 i'm crazy sometimes 17:49:35 isn't that a brittney song? 17:49:37 I'm crazy always 17:49:45 sometimes? 17:49:47 hmm 17:49:53 "you drive me crazy?" 17:49:57 hmm 17:50:02 I never heard any britney song. 17:50:52 spears? 17:51:05 hmm 17:51:12 spears and rpobuck 17:51:15 that reminds me 17:51:20 i gotta put my music up 17:51:50 i've composed 3 great pieces on the piano, and i've been meaning to record/digitize/upload them 17:52:25 i made 2, then i made the 3rd one with themes from the other two, so it kinda ties them together in a sotata,-like form 17:52:47 but they're not very classical 17:52:55 they're pretty funky 17:52:59 hehe 17:53:19 you used any music notation program for them? 17:53:25 no 17:53:33 i have audio input 17:53:53 i know music theory, so i just wrote them out 17:54:21 i play piano, so i play it before i write it down 17:54:52 but don't think less of my for only writing what i play, i don't play that bad 17:59:42 ... 18:02:10 --- quit: Fare (3053) 18:19:38 --- join: TheBlueWizard (TheBlueWiz@216.25.203.215) joined #forth 18:19:38 --- mode: ChanServ set mode: +o TheBlueWizard 18:19:43 hiya all 18:22:23 hi 18:22:35 hiya adu 18:22:38 --- join: Fare (fare@ppp63-net1-idf2-bas1.isdnet.net) joined #forth 18:27:23 hi BlueWiz 18:27:26 hi Fare 18:53:07 --- join: Talia` (goshawk@206-136.dialup.cloud9.net) joined #forth 18:55:16 hi ppl 18:55:36 doh! wheres tcn ? 18:55:39 hiya I440r 18:56:00 :) 19:02:19 gotta go...bye all 19:02:23 --- part: TheBlueWizard left #forth 19:26:21 --- join: SoapForge (flop@210-55-82-149.dialup.xtra.co.nz) joined #forth 19:33:27 soap? 19:33:29 hmm 19:34:47 It's this stuff you rub on your body to keep clean :P 19:41:47 http://www15.brinkster.com/i999/pquake1.jpg 19:42:02 ooooo ya 19:42:30 hey did you know that a north dakotan invented something that would let you see thru walls? 19:42:39 they called it a window 19:42:48 * SoapForge plays a musical sting 19:43:14 did you know what they called an invention that removed foriegn substances from the body? 19:43:17 soap 19:45:47 You need a guy on drums going "da-bom-bom-chisssh". 19:47:03 --- join: BomBB (bananafana@203.106.181.4) joined #forth 19:52:28 --- quit: BomBB () 20:01:49 hahaha 20:02:00 Bom 20:02:07 hahha 20:03:15 Eeep. 21:04:03 --- join: JK (Joe@dt07q2ne7.elp.rr.com) joined #forth 21:04:30 --- quit: JK ([x]chat) 21:08:08 --- join: JK (Joe@dt07q2ne7.elp.rr.com) joined #forth 21:17:57 so didja look at it? 21:18:07 scratch that 21:54:18 --- quit: Fare (3053) 22:01:06 --- quit: Talia` (goodnight everyone) 22:37:52 l440r: good night 22:38:22 --- quit: adu (BitchX-75p1 -- just do it.) 23:30:52 night 23:59:59 --- log: ended forth/01.01.21