Search found 2360 matches

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: 1851

[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: 2091

[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: 1949

[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: 2204

[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: 7243

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: 4288

[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: 7243

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: 2506

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...
by dom
Mon Sep 03, 2001 7:55 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Float routines in the compiler
Replies: 7
Views: 7243

On Mon, 3 Sep 2001, Henk Poley wrote: Hmm, I think have now a good point for telling some more about myself... Maybe you have guessed it already, but I really an 18y old boy going to school in Holland, I'm in the final-year (exams, test), so I think I won't have that much time for hobbies this (scho...
by dom
Mon Sep 03, 2001 1:36 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Float routines in the compiler
Replies: 7
Views: 7243

[z88dk-dev] Float routines in the compiler

Hey, Well, the float routines in the compiler (in src/sccz80/float.c) are really officially fubarred, may I recommend that you update const.c in the compiler, lib/float.asm, lib/z88_crt0.hdr, libsrc/genmatch/atof.asm and use -doublestr as an option to the compiler which places fp numbers as strings ...
by dom
Mon Sep 03, 2001 1:34 pm
Forum: z88dk-developers
Topic: [z88dk-dev] __FASTCALL__
Replies: 1
Views: 2876

On Sat, 1 Sep 2001, Henk Poley wrote: Maybe nice to document that if you state something as __FASTCALL__ int __FASTCALL__ readbyte2(int fd); and include the source in your .c-file, the compiler will put a "push hl" in front of the function (even if the function is only a #asm/#endasm-block). Yes, th...
by dom
Mon Sep 03, 2001 1:30 pm
Forum: z88dk-developers
Topic: [z88dk-dev] zcc -m (map option)
Replies: 1
Views: 2747

On Sat, 1 Sep 2001, Henk Poley wrote: Wouldn't it be more likely if ZCC would compile the file normaly if you give it the '-m' option? Now it only copies the map-file to the current directory without assembling/linking the last files... Most of the time you will need the map-file together with a com...
by dom
Wed Aug 29, 2001 8:35 am
Forum: z88dk-developers
Topic: [z88dk-dev] opts...
Replies: 0
Views: 1816

[z88dk-dev] opts...

On Wed, 29 Aug 2001, Henk Poley wrote: ld hl,%0 ;const add hl,sp ld (hl),#(%1 % 256) ld hl,%0 ;const add hl,sp = ld hl,%0 ;const add hl,sp ld (hl),#(%1 % 256) That's quite a good one actually, there are probably a few cases like that so I'll try and make something more general. Once again, I'm away ...
by dom
Fri Aug 24, 2001 10:38 am
Forum: z88dk-developers
Topic: [z88dk-dev] startup code (general)
Replies: 3
Views: 3844

Hey, Startup becomes: ld (start1+1),sp ; Store current StackPointer As far as I know this is a general Z80 instruction and should work on all Z80-platforms (exept for ROMable programs...) Yup, there was a reason for this apparent madness, but I can't for the life of me remember what. __sgoioblk-init...
by dom
Mon Aug 20, 2001 9:38 am
Forum: z88dk-developers
Topic: R: [z88dk-dev] Ti crt0's
Replies: 1
Views: 2611

On Mon, 20 Aug 2001, BODRATO Stefano wrote: Working on the ZX Spectrum's joystick code I've "discovered" a courious thing: the IN A,(C) Z80 opcode does "IN A,(BC)" ! I guess every good Z80 programmer knows it, but it was new to me. <grin> Yeah, that one's quite useful - you can start of with bc - 63...
by dom
Mon Aug 20, 2001 9:36 am
Forum: z88dk-developers
Topic: [z88dk-dev] Games LIB updates
Replies: 3
Views: 4034

Hey, What about a SPR_NOP nop to obliterate what was on the screen previously? Dunno. How should it work ? BKSAVE and BKRESTORE are more powerful and should do the job. SPR_MASK is slightly differently than the common masks, so a bit set to 1 force the pixel to white, 0 does nothing. This can be use...
by dom
Sun Aug 19, 2001 1:19 pm
Forum: z88dk-developers
Topic: [z88dk-dev] empty arrays...
Replies: 1
Views: 2730

On Fri, 17 Aug 2001, Henk Poley wrote: Maybe nice to let the compiler also exept this 'style': int naItemLoc[MAX_ITEM]={}; Instead of only: int naItemLoc[MAX_ITEM]; Okay, I've now fixed it so that that format is accepted - we just initialise it with zeros. d. ________________________________________...
by dom
Sat Aug 18, 2001 11:06 am
Forum: z88dk-developers
Topic: [z88dk-dev] TI-86 - again
Replies: 0
Views: 2266

[z88dk-dev] TI-86 - again

On Fri, 17 Aug 2001, jipsu h wrote: Some more questions concerning TI-86 1. scanf() (as Dominic Morris asked about this) Try this example and you'll see it (I think an example is the best way to show things like these anyway...) ----------------- begin scanf example -------------- #include <stdio.h>...
by dom
Thu Aug 16, 2001 7:15 pm
Forum: z88dk-developers
Topic: [z88dk-dev] Games LIB updates
Replies: 3
Views: 4034

[z88dk-dev] Games LIB updates

Hey, /* draw a sprite of variable size */ extern __LIB__ putsprite(int ortype, int x, int y, void *sprite); #define spr_and 166+47*256 // CPL - AND (HL) #define spr_or 182 // OR (HL) #define spr_xor 174 // XOR (HL) #define spr_mask spr_and #define SPR_AND spr_and #define SPR_OR spr_or #define SPR_XO...
by dom
Thu Aug 16, 2001 7:07 pm
Forum: z88dk-developers
Topic: [z88dk-dev] empty arrays...
Replies: 0
Views: 2382

[z88dk-dev] empty arrays...

On Wed, 15 Aug 2001, Henk Poley wrote: Maybe nice to let the compiler also exept this 'style': int naItemLoc[MAX_ITEM]={}; Instead of only: int naItemLoc[MAX_ITEM]; Is that part of the standard? It will just declare everything as 0 and it will be in ROMable code, which may not be desired for some ma...
by dom
Thu Aug 16, 2001 7:05 pm
Forum: z88dk-developers
Topic: [z88dk-dev] typedef
Replies: 1
Views: 2766

On Wed, 15 Aug 2001, Henk Poley wrote: I've heard there are some problems with typedef.. What problems are there? (or am I mistaken?) It doesn't accept pointers and can't cope with forward references - i.e. struct declared after the typedef. d. _______________________________________________ z88dk-d...
by dom
Thu Aug 16, 2001 7:02 pm
Forum: z88dk-developers
Topic: [z88dk-dev] More ?s on TI-86
Replies: 3
Views: 4267

On Thu, 16 Aug 2001, jipsu h wrote: - scanf() doesn't seem to work properly (maybe I shouldn't use it at all?) Since this is a generic routine I'll ask in what way does it not work? It's not really been used that much, it is a bit of monster so you might be better off using gets, strtok (ugh!) and a...
by dom
Sun Aug 12, 2001 12:31 pm
Forum: z88dk-developers
Topic: [z88dk-dev] TI support in z88dk (fwd)
Replies: 6
Views: 6182

[z88dk-dev] TI support in z88dk (fwd)

Henk? I think the z80_crt0.lib library in CVS is duff - it produces larger binaries than a recompile, it's probably not related, but I think we have to sort it out *somehow* d. ---------- Forwarded message ---------- Date: Sun, 12 Aug 2001 10:49:39 +0000 From: jipsu h <jipsuh@...> To: dom@... Subjec...