Search found 1306 matches

by Pr0f
Sat Dec 11, 2021 10:10 pm
Forum: The Off-Topic Section
Topic: Happy Birthday!
Replies: 437
Views: 217798

Re: Happy Birthday!

Happy Belated birthday Dilwyn - it was my partners birthday on the same day! :D Hope you had a good one!
by Pr0f
Mon Nov 29, 2021 7:34 am
Forum: Hardware
Topic: 720K floppy and trump card
Replies: 3
Views: 1413

Re: 720K floppy and trump card

Or do you mean fool the trump card into thinking the drive is 780K (QL uses a slightly different format so more space is given)? Biggest issue with using the 1.44MB drives is they were mostly meant for the PC market - so come selected as "Drive 1" and use the cable twist between 1st and 2n...
by Pr0f
Wed Nov 24, 2021 7:30 am
Forum: Software & Programming
Topic: Minerva - In need of some help please
Replies: 17
Views: 3746

Re: Minerva - In need of some help please

Nice work :-)
by Pr0f
Mon Nov 22, 2021 5:59 pm
Forum: Software & Programming
Topic: Do the shuffle...
Replies: 3
Views: 908

Re: Do the shuffle...

I was probably going to go for assembler as I'm a glutton for punishment :-) for the 8 bit value - I reasoned that I would be able to loop around 8 times, using the new value of the bit assignment as a mask and decide whether to AND or OR the bit to set it's value based on the original value. I was ...
by Pr0f
Mon Nov 22, 2021 11:55 am
Forum: Software & Programming
Topic: Do the shuffle...
Replies: 3
Views: 908

Do the shuffle...

I have a question relating to bit reordering in a byte / word or even long word. I have seen algorithms to swap one value for another by using XOR technique, and also algorithms to swap bits in the byte or word from lowest to highest and vice versa (reversing the bit pattern). What I want to achieve...
by Pr0f
Thu Nov 18, 2021 8:19 pm
Forum: Software & Programming
Topic: NOOB QUESTION: learning machine code
Replies: 38
Views: 6558

Re: NOOB QUESTION: learning machine code

And with some good examples too :-)
by Pr0f
Thu Nov 18, 2021 8:10 pm
Forum: Software & Programming
Topic: NOOB QUESTION: learning machine code
Replies: 38
Views: 6558

Re: NOOB QUESTION: learning machine code

you'll probably need more than one book - as there's 68000 assembly programming - and then there's the specific application of programmming 68008 code on the Sinclair QL. The book Dilwyn mentions is a good one, for more general techniques I found the cybex "Programming the 68000" a useful ...
by Pr0f
Fri Nov 12, 2021 12:00 pm
Forum: Software & Programming
Topic: Minerva - In need of some help please
Replies: 17
Views: 3746

Re: Minerva - In need of some help please

Dilwyn has a useful list of some of the ROMS associated with the QL and it's peripherals - there are some Sandy ones amongst the list:

http://www.dilwyn.me.uk/qlrom/index.html
by Pr0f
Tue Nov 09, 2021 9:52 pm
Forum: QL Emulation
Topic: Have I found a bug in QPC2?
Replies: 10
Views: 3092

Re: Have I found a bug in QPC2?

I wonder if it's worth including this in your article when you publish it? - as it's a good illustration for those of us that are prone to making mistakes like this (I am including myself in that).
by Pr0f
Thu Oct 28, 2021 10:00 pm
Forum: Hardware
Topic: QL Eprom programmer
Replies: 48
Views: 20727

Re: QL Eprom programmer

Has anyone got a dissassmbly of the QEPIII ROM ? I think if we had that it might be an easier task to expand the capabilities. I would add these as wish list items too: 1) use a different device/devices to address the I/O so that the E signal is no longer required - the 6821's used kind of force tha...