Search found 1351 matches

by XorA
Sun Jan 16, 2022 10:12 am
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

My main aim is to rebuild the C68 libraries so I can add functions which are now common to make porting easier. I had noticed that qmac turns up in at least one library! I did that once and wanted to release the result as a complete C68 distribution, but never quite got around to it. Was a bit of w...
by XorA
Sat Jan 15, 2022 8:08 am
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

But it turns out I don't actually need to cross compile, make on QDOS is actually pretty nice. Well, if it's only that, QMake is even nicer and works with any standard QL link file without additional effort. No that was just a dangerous side quest I found myself on while looking at QMAC macros :-) ...
by XorA
Fri Jan 14, 2022 11:10 pm
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

But it turns out I don't actually need to cross compile, make on QDOS is actually pretty nice. Of course it is. (After you've catapulted yourselves 20 years back with regards to expectations on make features.) I use it all the time, to make assembly, C and Pascal projects. You have obviously never ...
by XorA
Fri Jan 14, 2022 10:12 pm
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

If people were wondering what i was playing at.

https://github.com/xXorAa/minerva

But it turns out I don't actually need to cross compile, make on QDOS is actually pretty nice.

Now its as simple to build as

Code: Select all

ex make
by XorA
Fri Jan 14, 2022 2:48 pm
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

Derek_Stewart wrote:Hi

What about: vasm and vlink, they have source available.
I think you are missing the point, getting AN assembler isnt hard, one that understands QMAC macros is harder!
by XorA
Fri Jan 14, 2022 2:18 pm
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

So for a lot of cross compile development the thing we are missing on the host side is a qmac compatible assembler. I am assuming this was written in assembler and we don't have high level source code for it? I'd be happy if there was at least the assembler code ;) Yeah but assembler seems to be yo...
by XorA
Fri Jan 14, 2022 2:06 pm
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

Re: QMAC

There is, and also gas from qdos-gcc but that means unmangling the macros.
by XorA
Fri Jan 14, 2022 1:48 pm
Forum: Software & Programming
Topic: QMAC
Replies: 29
Views: 6024

QMAC

So for a lot of cross compile development the thing we are missing on the host side is a qmac compatible assembler.

I am assuming this was written in assembler and we don't have high level source code for it?
by XorA
Thu Jan 13, 2022 10:45 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79683

Re: sQLux v1.0 (The Xmas Turkey)

Hi, The command: BDI1 = QL_BDI.BIN loads the BDI file as stated in the manual and in this thread. Can the location of the BDI file be specified so that maybe a mounted SD Card or Compact Flash could be used, giving a process of of updating a BBQL QubIDE interface with SD Card or Compact Flash. BDI1...
by XorA
Wed Jan 12, 2022 1:23 pm
Forum: QL Emulation
Topic: sQLux v1.0 (The Xmas Turkey)
Replies: 248
Views: 79683

Re: sQLux v1.0 (The Xmas Turkey)

Derek_Stewart wrote:HI,

OK, got it now, I must say the documentation is a little sketchy.

Can a DEVICE be setup as a BDI file?
No, the devices setup by device= are emulated.