Search found 3954 matches

by Derek_Stewart
Sun Nov 21, 2021 2:27 pm
Forum: Hardware
Topic: Q68 Order Process
Replies: 344
Views: 176164

Re: Q68 Order Process

KaySee wrote:Hi Derek,

I'm not trying to rush you or anything :D , but is there any progress with these?

Keith.
Hi Keith,

I am in the process of trying to get PCBs manfuctuered, just a little cash flow problem at present.

I will keep you updated with the progress.
by Derek_Stewart
Sat Nov 20, 2021 4:30 pm
Forum: Software & Programming
Topic: NOOB QUESTION: learning machine code
Replies: 38
Views: 6396

Re: NOOB QUESTION: learning machine code

Hi, There is a file suppled with QD called QDasm_rext. This allows QD to assemble a assembleu language file by pressing the F10 key to load the QDasm Thing this loafs the QMAC assembler to compile the assembley file in QD. Note this only works on single page files. More details in the QD manual. For...
by Derek_Stewart
Sat Nov 20, 2021 4:24 pm
Forum: Software & Programming
Topic: 5 trivial SBASIC programs
Replies: 4
Views: 933

Re: 5 trivial SBASIC programs

Hi, I usually use a Linux Mint 19.3 Cinnamon setup which runs QPC2, Qemulator, under Wine. SMSQmulator runs under Java, sQLux is a Linux compiled application My setup is the same on QPC2, SMSQmulator, Q68, QXL, SGC QL, sQLux, Qemulator. With minor changes for a non SMSQ/E operating system, like Mine...
by Derek_Stewart
Sat Nov 20, 2021 9:40 am
Forum: Software & Programming
Topic: 5 trivial SBASIC programs
Replies: 4
Views: 933

Re: 5 trivial SBASIC programs

Hi, Here is QPC2 v5.01 SMSQ/E v3.38, running the SMS2 programmes from QD 2018 with QD/SBAS Interpreter Thing for each Basic file: QPC2-WIN8_progs.png Works in SMSQmulator, Q68, or anything that is running SMSQ/E If I had used QBASIC, the output would be compiled programmes rather than the QD/SBAS In...
by Derek_Stewart
Sat Nov 20, 2021 9:24 am
Forum: Software & Programming
Topic: NOOB QUESTION: learning machine code
Replies: 38
Views: 6396

Re: NOOB QUESTION: learning machine code

Hi,

Here is the converted Easy68K Help files in PDF and Epub formats:
Easy68K_Help.zip
Easy68K Help Files in PDF and Epub FOrmat
(1.54 MiB) Downloaded 69 times
Also please look at Norman's Assembley Language Magazine vol 1

Also look at the SMSQ/E sources, for a definitive way to write 68K assembley language
https://www.wlenerz.com/smsqe/
by Derek_Stewart
Fri Nov 19, 2021 11:08 pm
Forum: Software & Programming
Topic: 5 trivial SBASIC programs
Replies: 4
Views: 933

Re: 5 trivial SBASIC programs

Hi, I do not see what the difference is between your SMS2 environment and a SMSQ/E environment. Actually SMSQ/E is an enhanced SMS2 system, with a SBAISC interpreter that SMS2 lacks. All your programmes can be run with QPTR extensions in SMSQ/E, the QBASIC to give a similiar compiled ouput. But QD/S...
by Derek_Stewart
Thu Nov 18, 2021 8:14 pm
Forum: Software & Programming
Topic: NOOB QUESTION: learning machine code
Replies: 38
Views: 6396

Re: NOOB QUESTION: learning machine code

HI,

Why not read Norman's Assembley Magazine, really good read for upto date QL assembley language.
by Derek_Stewart
Tue Nov 16, 2021 6:11 pm
Forum: Hardware
Topic: DIY keyboard
Replies: 25
Views: 6090

Re: DIY keyboard

Hi Andrew,

Looks good, any chance of a photo of the keyboard circuitry?
by Derek_Stewart
Sun Nov 14, 2021 9:01 am
Forum: Software & Programming
Topic: GNU GDB
Replies: 9
Views: 1916

Re: GNU GDB

Hi, I added the -S option to the command line for the CC command string, which gave the error as shown above, I looked in the _s file, to see what the error messages are pointing towards: C68_Debug_QD.png the JAS messages point to the ".line " entries on lines 13, 17, 20 NOt sure what is h...
by Derek_Stewart
Sat Nov 13, 2021 3:44 pm
Forum: Software & Programming
Topic: GNU GDB
Replies: 9
Views: 1916

Re: GNU GDB

Hi Norman, It looks to me that the generation of the debugging information is not implementation yet. Maybe a future development, but this will not probably happen. I had read the C68 Library section and put the libdebug and the libmalloc, as indicated in the manual, in the cc command line did make ...