Search found 2248 matches

by NormanDunbar
Sun Apr 07, 2024 9:24 pm
Forum: The Off-Topic Section
Topic: Happy Birthday!
Replies: 437
Views: 212876

Re: Happy Birthday!

Thanks again! I'm old enough now to be pickled for safe keeping!

Cheers,
Norm.
by NormanDunbar
Sun Apr 07, 2024 4:30 pm
Forum: The Off-Topic Section
Topic: Happy Birthday!
Replies: 437
Views: 212876

Re: Happy Birthday!

Thanks folks. I am indulging in some wine!

Cheers,
Norm.
by NormanDunbar
Sun Apr 07, 2024 2:49 pm
Forum: The Off-Topic Section
Topic: Happy Birthday!
Replies: 437
Views: 212876

Re: Happy Birthday!

Happy birthday to me
Happy birthday to me.
Happy birthday dear meeeeeeee.
Happy birthday to me!

😉

I think I did this last year too. :D
by NormanDunbar
Tue Apr 02, 2024 3:26 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1063

Re: Run a SuperBasic program from Assembler?

Unfortunately, Wolfgang's documentation describes the raw binary format expected by config. Tony's macros, however (which are a bit fragile and not absolutely obvious to use) are not described there. I seem to recall my original QPTR documentation had some description of the config macros, but more...
by NormanDunbar
Mon Apr 01, 2024 2:17 pm
Forum: Software & Programming
Topic: Run a SuperBasic program from Assembler?
Replies: 36
Views: 1063

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

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

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

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

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

Re: Run a SuperBasic program from Assembler?

Nice!

Cheers,
Norm.