Search found 2375 matches

by dom
Thu Sep 27, 2001 7:48 pm
Forum: z88dk-developers
Topic: [z88dk-dev] config files...
Replies: 7
Views: 6675

On Thu, 27 Sep 2001, Henk Poley wrote: z80_crt0 exists as a real .lib file, but what about the others? For example, shouldn't "z88_math" be "m"? (aka "zcc -lm xxx")? I always needed to feed ZCC with the -lm option when compiling a file with floats and the such. Or is this merely what gets LIB'ed? "L...
by dom
Wed Sep 26, 2001 6:59 pm
Forum: z88dk-developers
Topic: [z88dk-dev] z88dk help! (fwd)
Replies: 1
Views: 2511

[z88dk-dev] z88dk help! (fwd)

---------- Forwarded message ---------- Date: Tue, 25 Sep 2001 17:58:47 -0700 From: Chris Miller <chrismiller@...> To: dom@... Subject: z88dk help! ive been looking all over for a good c-compiler for the ti83plus, when i found your z88dk. The only problem is, i cant get any programs to compile? It a...
by dom
Wed Sep 26, 2001 6:54 pm
Forum: z88dk-developers
Topic: R: [z88dk-dev] Sharp Wizard library and ScottFree
Replies: 3
Views: 3938

On Wed, 26 Sep 2001, Staffan Vilcans wrote: Dom is working on a port of Curses and plan to use it for ScottFree. I have worked on another port that is based on the source for the MS-DOS version. It only needs a port of <conio.h> and it's not as advanced. The source is available on request. Real curs...
by dom
Tue Sep 25, 2001 7:54 am
Forum: z88dk-developers
Topic: [z88dk-dev] Sharp Wizard library and ScottFree
Replies: 8
Views: 6786

On Tue, 25 Sep 2001, BODRATO Stefano wrote: Okay, solved! (...) Weren't you studying ? P It's a lost cause! I go up to Manchester (I'm in London) today to get it printed and bound.... Is the port ScottFree port for the Z88 only ? It's not for anything ATM - there's no such thing as a memory map etc ...
by dom
Mon Sep 24, 2001 9:09 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Other Ti85 shells
Replies: 8
Views: 7122

On Sat, 22 Sep 2001, Henk Poley wrote: defw ASMPC-$9296+4 ; A relative pointer to the fixup table. [sigh] ASMPC works from the start of the file so that line will just simplify to defw 4 I've tested this with some very old versions of z80asm that I have on disc (z80asm 1.0.4(!)) and I get the same r...
by dom
Mon Sep 24, 2001 8:51 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Other Ti85 shells
Replies: 8
Views: 7122

On Sat, 22 Sep 2001, Henk Poley wrote: The next one gives a "Integer out of range" (instead of just "Out of range") -------- defw ASMPC-$9296+4 ; A relative pointer to the fixup table. Yeah, ASMPC ends up as being 0 for no apparent reason and it falls out range (ends up as being < -32768)..pass as t...
by dom
Mon Sep 24, 2001 6:07 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Sharp Wizard library and ScottFree
Replies: 8
Views: 6786

I sent Dom my attempt to convert ScottFree to run on Z88DK. How did that work out? I still haven't managed to get it to compile (I get an odd linking error). Okay, solved! I think there's a problem with overwriting __LIB__ functions with your own code - probably wise for sanities sake IMO - so comm...
by dom
Sat Sep 22, 2001 8:54 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Sharp Wizard library and ScottFree
Replies: 8
Views: 6786

Hi, I just thought I'd drop in and ask if there is any progress on making libraries for the Sharp OZ/QZ-7xx. I have decided to buy one, but Sharp here in Sweden don't import it (well, the imported the QZ-700, but that was two years ago and they are sold out). Anyway, if I manage to get one I'd be wi...
by dom
Thu Sep 20, 2001 8:21 am
Forum: z88dk-developers
Topic: [z88dk-dev] Errors compiling with z88dk (fwd)
Replies: 4
Views: 4424

[z88dk-dev] Errors compiling with z88dk (fwd)

Any ideas? Looks like we're missing an include file or something with the definition of plotSScreen, or rather we do include it but it's been commented out.. d. ---------- Forwarded message ---------- Date: Wed, 19 Sep 2001 17:54:47 -0500 From: Dan0430@... To: Dom Morris <dom@...> Subject: Errors co...
by dom
Tue Sep 18, 2001 7:18 pm
Forum: z88dk-developers
Topic: [z88dk-dev] I need bin2var
Replies: 15
Views: 12783

On Tue, 18 Sep 2001, Henk Poley wrote: Wouldn't it be better and easier for the Ti-calcs to have the __SGOIOBLK as a lib? There is no need to have it in the startupcode... Don't see why not - stick them in with library routine which will reset the channels info on startup; this is probably quite use...
by dom
Mon Sep 17, 2001 12:29 pm
Forum: z88dk-developers
Topic: [z88dk-dev] I: vOZ and Z88DK
Replies: 8
Views: 7565

On Mon, 17 Sep 2001, BODRATO Stefano wrote: Think so. I'm not been a REX developer... I think they just lifted your name from the list of credits... P.S. Why is there been released a modified Z88DK for the REX stuff? Erm, I'm not sure, it was a windows only release with only the relevent Rex librari...
by dom
Mon Sep 17, 2001 10:23 am
Forum: z88dk-developers
Topic: [z88dk-dev] special compiling options
Replies: 1
Views: 2486

On Sat, 15 Sep 2001, Henk Poley wrote: Hmm, I think I need some beta testers to test all Ti platforms... When thinking about that I came to the following problem, when compiling for the (let's say) Ti83, it compiles the file to exactly the same source every time, only yhe -startup=xxx parameter to t...
by dom
Sun Sep 16, 2001 3:05 pm
Forum: z88dk-developers
Topic: [z88dk-dev] more bugserrors
Replies: 4
Views: 4522

On Fri, 14 Sep 2001, Henk Poley wrote: [Compilations] -NOT working progs- ticalc\enigma.c - error in compilation " L:41 Error:#33:Must be lvalue" Hmmm, I thought we were going to do an memcpy from ZZZbak to ZZZ instead of initialising things in that manner - I don't think aggregate initialisers { } ...
by dom
Sun Sep 16, 2001 2:58 pm
Forum: z88dk-developers
Topic: [z88dk-dev] I: vOZ and Z88DK
Replies: 8
Views: 7565

On Mon, 10 Sep 2001, Henk Poley wrote: Yesterday I searched on the internet to see what happend with REX after closing REX.net, and I saw that they are currently developing a z88dk-lib (Stefano seems to know about it, as fas as I have read he contributed to it). Very nice job. That *should* be the s...
by dom
Sun Sep 16, 2001 2:57 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Small FIX to the Dominic's work
Replies: 5
Views: 5398

On Mon, 10 Sep 2001, BODRATO Stefano wrote: The z88_crt0.hdr is been renamed to z80_crt0.hdr. Dom forgot his reconstucted from compiled asm pieces of code, so I fixed it (just a rename of the INCLUDEd file). Doh! Thanks Stefano. Yup, I've just got back after 6 hours sat in airport, 4 hours in the ai...
by dom
Fri Sep 07, 2001 8:22 pm
Forum: z88dk-developers
Topic: [z88dk-dev] OZ700, TI calc's joystick
Replies: 5
Views: 5143

On Fri, 7 Sep 2001, BODRATO Stefano wrote: As promised I've updated the CVS with the Henk's direct input code. I get this strange feeling that my CVS setup at home is broken because I can't find them! I've just checked out a new version and I can't seem to find there either.. I also had a quick look...
by dom
Fri Sep 07, 2001 8:12 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Ti Header Files
Replies: 0
Views: 1852

[z88dk-dev] Ti Header Files

Where are they? I've just updated my CVS on my home machine (an exciting Friday night of writing!) and there's no files in ti/ - have I missed something and they're obsolete or are they just missing? d. _______________________________________________ z88dk-developers mailing list z88dk-developers@.....
by dom
Fri Sep 07, 2001 8:12 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Ti Header Files
Replies: 0
Views: 2093

[z88dk-dev] Ti Header Files

Where are they? I've just updated my CVS on my home machine (an exciting Friday night of writing!) and there's no files in ti/ - have I missed something and they're obsolete or are they just missing? d. _______________________________________________ z88dk-developers mailing list z88dk-developers@.....
by dom
Fri Sep 07, 2001 6:27 pm
Forum: z88dk-developers
Topic: [z88dk-dev] CVS: Changes etc
Replies: 0
Views: 1951

[z88dk-dev] CVS: Changes etc

Hey, Before I vanish off for a week, I'll let you know about the jigging around of CVS that I've been doing lately: lib/z88_crt0.asm -> lib/z80_crt0.asm lib/z88_crt0.opt -> lib/z80_crt0.opt Finally(!) There's been changes to src/sccz80/codegen.c to take accout of this. I've changed all crt0 files to...
by dom
Fri Sep 07, 2001 6:27 pm
Forum: z88dk-developers
Topic: [z88dk-dev] CVS: Changes etc
Replies: 0
Views: 1893

[z88dk-dev] CVS: Changes etc

Hey, Before I vanish off for a week, I'll let you know about the jigging around of CVS that I've been doing lately: lib/z88_crt0.asm -> lib/z80_crt0.asm lib/z88_crt0.opt -> lib/z80_crt0.opt Finally(!) There's been changes to src/sccz80/codegen.c to take accout of this. I've changed all crt0 files to...
by dom
Thu Sep 06, 2001 9:47 am
Forum: z88dk-developers
Topic: [z88dk-dev] IEEE maths routines
Replies: 0
Views: 2205

[z88dk-dev] IEEE maths routines

<cough> http://www.geocities.com/planet78901/


_______________________________________________
z88dk-developers mailing list
z88dk-developers@...
https://lists.sourceforge.net/lists/lis ... developers
by dom
Wed Sep 05, 2001 8:08 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Float routines in the compiler
Replies: 7
Views: 7244

On Wed, 5 Sep 2001, Martin Virt wrote: What is your PhD thesis about? (compiler technology, embedded systems, 8bit technology, C or other programming languages?) No, had it been I'm sure I'd've done a much better job! No, it's in Radio Astronomy, or more specifically pulsars. No. 8-bit processors do...
by dom
Wed Sep 05, 2001 12:57 pm
Forum: z88dk-developers
Topic: [z88dk-dev] New target!
Replies: 3
Views: 4290

[z88dk-dev] New target!

Hey, We've received the go-ahead to convert the OZ700 libraries over to z88dk, I'm a bit busy at the moment, so does anyone feel like taking this on and converting over the lib routines? Staffan.Vilcans@... is the guy the guy who received the okay, so talking to him might be useful. The OZ700 kit ca...
by dom
Wed Sep 05, 2001 8:24 am
Forum: z88dk-developers
Topic: [z88dk-dev] Float routines in the compiler
Replies: 7
Views: 7244

On Wed, 5 Sep 2001, Henk Poley wrote: Okay, but what is: (could have probably looked these up on dictionary.com) - a PhD (some sort of theses, I understand) A doctorate - stands for Doctor of Philosophy... - a gf? (probably your 'supervisor'?) ugh! No, girlfriend <grin> [math routines] I guess (afte...
by dom
Tue Sep 04, 2001 8:19 pm
Forum: z88dk-developers
Topic: Fw: [z88dk-dev] INs and OUTs
Replies: 1
Views: 2507

Hey, [Badly quoting Henk & Stefano] Oh, yes, I'l do... If somebody would please register me as a Z88DK developer :-) (Dom?) Okay, let me know your SF login id..and I'll sort that out.. Is that the mailing list going funny? Very cool - I've got one..somewhere - never really had much joy out of it tho...