Search found 2254 matches

by NormanDunbar
Mon Apr 01, 2024 2:17 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1088

Re: Run a SuperBasic program from Assembler?

The official documentation for Config may also help. It's downloadable from Wolfgang's web site at https://www.wlenerz.com/qlstuff/Config.zip.

Cheers,
Norm.
by NormanDunbar
Sun Mar 31, 2024 5:47 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1088

Re: Run a SuperBasic program from Assembler?

Hi T0nyt, you asked about using config as a QL best practice. You don't have to! My suggestion was simply a feeble attempt at humour. Sorry. However, as relates to your "menu" system, you will always be LRUNning the same S*BASIC program, so no need for a config block. However, if this was ...
by NormanDunbar
Sat Mar 30, 2024 4:10 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1088

Re: Run a SuperBasic program from Assembler?

And, for your next iteration, add a config block so that the command to be typed in is configurable without having to edit and reassemble the code! :D :D :D :D By the way, there was nothing wrong with your code, it worked. My comments were there to point you at "better" QDOS specific stuff...
by NormanDunbar
Sat Mar 30, 2024 3:11 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1088

Re: Run a SuperBasic program from Assembler?

If I may comment.... 1. In QDOS/SMSQ, strings are defined this way, with a leading word determining the length, followed by the characters of the string. runcmd dc.w cmdEND-runcmd-2 dc.b 'lrun win1_menu',$0A cmdEND equ * Doing it this way means never having to count characters when you change the st...
by NormanDunbar
Sat Mar 30, 2024 2:50 pm
Forum: Help for New Users
Topic: QL Tinkering
Replies: 285
Views: 190160

Re: QL Tinkering

I agree 100% with what Dilwyn said.


Cheers,
Norm.
by NormanDunbar
Sat Mar 30, 2024 9:25 am
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1088

Re: Run a SuperBasic program from Assembler?

Nice!

Cheers,
Norm.
by NormanDunbar
Wed Mar 20, 2024 10:03 pm
Forum: The Welcome Area
Topic: Hello from Prague
Replies: 2
Views: 194

Re: Hello from Prague

Welcome. You are among friends here. Have fun.

Cheers,
Norm.
by NormanDunbar
Wed Mar 20, 2024 10:01 pm
Forum: Software & Programming
Topic: Screen grabber
Replies: 7
Views: 328

Re: Screen grabber

artificer wrote:Norman Dunbar also wrote a screen grabber, possibly only mode 4 called I think Grabbit.
I fear you may have mistaken me for someone else! I wrote a couple of very bad ql2bmp and bmp2ql utilities many years ago, but never a screen grabber. At least, as far as I'm aware!


Cheers,
Norm.
by NormanDunbar
Fri Mar 15, 2024 5:29 pm
Forum: Software & Programming
Topic: Higher traps on Q68
Replies: 2
Views: 136

Re: Higher traps on Q68

A quote from Marcel in https://qlforum.co.uk/viewtopic.php?p=21655#p21655: ... or continue to use "trap #15", the latter however must be enabled by the command "tl 15" (IIRC "Trap Level 15") to enter QMON, otherwise it will be ignored. Foxed me for a while when my trap ...
by NormanDunbar
Mon Mar 04, 2024 3:43 pm
Forum: The Off-Topic Section
Topic: Norm's Blog and QDOSMSQ Web Site
Replies: 5
Views: 394

Re: Norm's Blog and QDOSMSQ Web Site

Just to let you know, my qdosmsq Wiki is now, temporarily, offline. My hosting bill was up for renewal so I cancelled it.

I have backups of the site.

Any email addresses @qdosmsq.dunbar-it.co.uk will no longer work. You can email me at qdosmsq at dunbar-it.co.uk now.

Cheers,
Norm.