Search found 2710 matches

by tofro
Sun May 12, 2024 2:28 pm
Forum: Software & Programming
Topic: QSTAR 2
Replies: 18
Views: 421

Re: QSTAR 2

I load a lot of programs residentially at boot. I tend to avoid programs that include Qlib_run, TK2, Turbo_TK, Ptrmen_cde, Qptr, .. as their inclusion doesnt bode well for the quality of the rest of the program! I tend to load those toolkits and a few more myself at boot time. That's what you and I...
by tofro
Sun May 12, 2024 11:42 am
Forum: Software & Programming
Topic: QSTAR 2
Replies: 18
Views: 421

Re: QSTAR 2

In most cases, it is just better to link TK2 (or any other used toolkit) into the compiled binary instead of loading it in BOOT. That means once your program is done, it will be gone again. With your approach, you might be ending up filling your memory with multiple copies of TK2 (which won't hurt, ...
by tofro
Sun May 12, 2024 10:35 am
Forum: Software & Programming
Topic: Assembly Language eMagazine - New Issue out now!
Replies: 6
Views: 764

Re: Assembly Language eMagazine - New Issue out now!

XorA wrote: Sun May 12, 2024 9:52 am
NormanDunbar wrote: Sun May 12, 2024 6:47 am
XorA wrote: Sat May 11, 2024 5:49 pm In just 28 days then?
Might be a wee bit longer! Currently in Scotland, house hunting.....

Cheers,
Norm.
Makes a change from Haggis hunting I suppose!
Houses are a lot easier to hit, I'm sure :)
by tofro
Sun May 12, 2024 9:01 am
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 151

Re: Double buffering?

Even if Peter says there isn't, here is a working example of how you can make the second screen usable in QDOS machine code programs. I didn't say there isn't. Just that I can not remember - which is a difference over 50 ;) I wonder how much room your procedure would leave for the actual code and d...
by tofro
Sun May 12, 2024 7:55 am
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 151

Re: Double buffering?

Even if Peter says there isn't, here is a working example of how you can make the second screen usable in QDOS machine code programs. Software that wants to do that needs, however, jump through some hoops to work and come back to a working system. You will also likely need a memory expansion to have...
by tofro
Sat May 11, 2024 7:38 pm
Forum: Software & Programming
Topic: QL / PASCAL
Replies: 306
Views: 80031

Re: QL / PASCAL

Just as an info, maybe someone is still interested I definitivly am :) That was - at least in my opinion, and I think I deserve one :) - not exactly a bug in vlink , but rather was a missing work-around. It's an age-old bug in QDOS that it will allocate the stack of an executable whose load-size is...
by tofro
Sat May 11, 2024 7:31 pm
Forum: Software & Programming
Topic: QSTAR 2
Replies: 18
Views: 421

Re: QSTAR 2

Dilwyn,

That's one of the (the main) reasons why I'm not sure whether the header preservation methods we have devised over the years are really of any help at all or just create even more confusion. I sometimes think it 's the latter.
by tofro
Fri May 03, 2024 9:22 am
Forum: Software & Programming
Topic: Plug-in ROM without $4AFB0001 Header
Replies: 14
Views: 693

Re: Plug-in ROM without $4AFB0001 Header

The EPROM was apparently used as a means of copy protection. Had I done that, I'd likely have coded the EPROM contents as position-dependent, which makes it next to impossible to simply load the EPROM contents to some other address and run it from there. EPROM_LOAD is indeed SMSQ/E only (to work pro...
by tofro
Thu May 02, 2024 6:19 pm
Forum: Software & Programming
Topic: Plug-in ROM without $4AFB0001 Header
Replies: 14
Views: 693

Re: Plug-in ROM without $4AFB0001 Header

I was wondering if anyone could confirm, please, that if a ROM at $C000 does NOT have the $4AFB0001 header then the QL does nothing with it? i.e. no initialisation code gets run etc. And therefore any program that wants to make use of whatever it has in it, HAS to call routines in it directly pleas...
by tofro
Wed May 01, 2024 2:12 pm
Forum: Software & Programming
Topic: QSTAR 1
Replies: 29
Views: 1893

Re: QSTAR 1

Really nice game, Andrei, and nicely polished presentation! I did know it as a demo program ("D-Star") for the ZX Spectrum that is part if the SDCC C Compiler, but yours has much nicer animation, fonts and color. Couldn't find much of a flaw in it except maybe that the animation delay you ...