00:00:00 --- log: started retro/10.02.16 02:42:52 --- quit: sixforty (Quit: Leaving.) 05:00:21 --- quit: virl (Remote host closed the connection) 09:41:09 --- join: virl (~virl__@chello062178085149.1.12.vie.surfer.at) joined #retro 10:35:15 --- join: erider (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 10:35:29 --- quit: erider (Changing host) 10:35:29 --- join: erider (~chatzilla@unaffiliated/erider) joined #retro 10:53:17 --- join: Mat2 (~5b43e1c4@gateway/web/freenode/x-zzovzyzaapujvjdo) joined #retro 10:53:27 hello everyone 10:58:46 hi 10:58:59 pforth is working on the TI-89 11:01:25 good 11:07:42 yeah but I think I only have access to the most common primitives 11:08:12 I don't think the dictionary is load complete but I am still investigating 11:08:32 but the pforth manual says that I has see 11:08:43 but I get an error with I use it 11:08:57 but the stack words are working 11:10:26 * crcz is writing a tool to help him manage his growing ebook library 11:11:36 in retro 11:12:19 partially 11:14:28 and the other part 11:19:31 php and perl 11:24:01 cool 11:48:02 hi crc and eriider 11:48:24 erider: nice to read that pforth is running so far 11:48:50 yeah it is 11:49:21 but I need to tweak it a little because the dictionary is not loading correctly 11:52:43 size issues I suspect 11:56:14 crc: I had read in the blogs you are working on vm extensions ? 11:56:23 --- quit: erider (Ping timeout: 256 seconds) 11:56:56 Mat2: an extended vm for a specific projet I'm working on 11:59:39 I had include all my vm's into one enviroment featuring compilation of there immediate code into either direct threded or native code. 12:00:23 This way multible instruction sets can be used and created at runtime 12:00:43 within one vm 12:15:05 I think it would be a good idea to implement all extended ngaro vm's for it as engine 12:15:14 (just an idea) 12:15:28 this way there can be run with one code base 13:13:25 I have a short summary here: 13:13:32 http://groups.google.com/group/retro-10/browse_thread/thread/eab24d0d273a6117/64d206a14ce48b36 13:14:05 and hopefully the finished vm (at last) in the repro 13:14:22 take a look if you want 13:14:30 ciao 13:14:34 --- quit: Mat2 (Quit: Page closed) 13:30:00 --- join: erider (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 13:30:05 --- quit: erider (Changing host) 13:30:06 --- join: erider (~chatzilla@unaffiliated/erider) joined #retro 13:30:56 hi 14:13:49 --- join: Mat2 (~5b43e1c4@gateway/web/freenode/x-vtbcqemmpncetovl) joined #retro 14:13:58 hi 14:14:24 whats up 14:15:13 http://groups.google.com/group/retro-10/browse_thread/thread/eab24d0d273a6117 14:15:18 (last message) 14:15:43 have you solved the dictionary issue with pforth 14:15:45 ? 14:18:26 I think it is a format 14:18:42 issue 14:24:30 Mat2: ping 14:24:36 in the function pfCreateDictionary a comment remarked 14:25:10 the alignment of floats across hosts 14:25:41 must be cast to (uint32_t) on 16 bit systems 14:26:04 but this can be different for mc680000 cpu's 14:26:19 (dependent on the C compiler of course) 14:27:53 because only 24 bit are used and the higher 8 bit can be used by the os in some way 14:28:32 I think it is a format issue with the calc 14:28:32 older macintosh operating systems had this issue (not to be 32 bit clean) 14:29:00 but I don't know the os for your ti94 14:29:22 so only a bet in the dusk 14:31:27 ti89 14:31:38 ah ok 14:31:57 it works just I don't have access to some words 14:32:15 like words I assume 14:32:39 yup 14:33:11 ok let's take a look at the defination of this word 14:33:21 I would be happy if it has create but it doesn't have that either 14:39:26 hmm, don't found the defination, sorry 14:40:15 do you mean pforth don' t have create or create does not work ? 14:44:14 erider: ping ? 14:45:09 create doesn't work 14:48:08 thats logic because the dictionary works either (correct) 14:49:21 you can execute some words because that are the primitives, interpreted from a giant switch 14:50:03 Yeah I need to figure out how to load a file 14:51:21 INCLUDE 14:53:45 include is not working 14:54:30 try to redirect the file to the pforth binary 14:55:09 (but because you can only execute primitives this would be soon useless as all hihler level definations aran't available) 14:55:16 higher 14:55:26 true 14:55:35 comma is not defined 14:56:42 I think the dictionary is not proper aligned, you should find out the native word size for a cell and patch all dictionary routines 14:56:59 (if this is the error case) 14:57:37 I am doing some testing now 14:58:12 an easy way to find it out wuld be to study the assembler output (-S flag for GCC) 14:58:42 true 14:59:56 i'm go to bed, ciao 15:00:41 --- quit: Mat2 (Quit: Page closed) 17:53:12 home now 17:59:37 I got is to load the system but it will not stay in the loop 18:03:00 as soon as I type something it crashes 18:11:23 * erider is a getting a little frustrated 18:32:34 --- join: erider_ (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 18:33:03 --- quit: erider_ (Changing host) 18:33:03 --- join: erider_ (~chatzilla@unaffiliated/erider) joined #retro 18:35:16 --- join: erider__ (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 18:36:27 --- quit: erider (Ping timeout: 256 seconds) 18:36:36 --- nick: erider__ -> erider 18:38:43 --- quit: erider_ (Ping timeout: 256 seconds) 18:38:54 --- quit: erider (Changing host) 18:38:54 --- join: erider (~chatzilla@unaffiliated/erider) joined #retro 19:12:57 --- quit: erider (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558]) 19:13:24 --- join: erider (~chatzilla@pool-173-69-160-231.bltmmd.fios.verizon.net) joined #retro 19:13:32 --- quit: erider (Changing host) 19:13:32 --- join: erider (~chatzilla@unaffiliated/erider) joined #retro 19:24:13 --- quit: crcz (Write error: Broken pipe) 19:29:03 --- join: crcz (~Administr@216.1.43.130) joined #retro 19:29:05 --- quit: virl (Remote host closed the connection) 19:56:21 --- quit: erider (Ping timeout: 256 seconds) 21:15:50 --- join: sixforty (~sixforty@pdpc/supporter/active/sixforty) joined #retro 23:59:59 --- log: ended retro/10.02.16