Search found 44 matches

by ansar
Fri Nov 10, 2023 5:59 pm
Forum: Software & Programming
Topic: QMAC Assembler
Replies: 8
Views: 3571

Re: QMAC Assembler

Dear Martin,

Do not place the label in the same line.
Place it in the next one as for instance

......... ds.b xxxxx-(finish-start)
finish end

ds.b is not mandatory but any other directive
as ds.w or whatever can be used

Regards,
ansar
by ansar
Mon Nov 06, 2023 5:42 pm
Forum: Hardware
Topic: Q40 - RAM mapping
Replies: 7
Views: 3368

Re: Q40 - RAM mapping

Dear nix, In case that actual memory addresses are needed for a good reason then: If you have: - 1 simm of 4Mb then ram addresses are: 0FFFFF, 1FFFFF, 2FFFFF and 3FFFFF for each Mb - 2 simm of 4Mb then ram addressses of 1st simm as above and the 2nd simm: 3CFFFFF, 3DFFFFF, 3EFFFFF and 3FFFFFF - 3 si...
by ansar
Sat Sep 16, 2023 7:31 am
Forum: Links to QL Services and Websites
Topic: Ansarsoft forum
Replies: 0
Views: 7701

Ansarsoft forum

Hi all,

Started deployment of forum including Sinclair QL/Qxx development.

If special requests about, just drop me a line.

Regards,
ansar
by ansar
Wed Jul 05, 2023 5:35 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

My Intel I-80x86 Assembler running on Sinclair QL and producing assembly binaries for PCs

Dear forum members, In this video on my YT channel, can watch my Intel I-80x86 assembler running and assembling .asm text files into .bin binary files, on the Sinclair QL, for target machines PCs. Here is assembling my math stack printing string assembly file pmss.asm to pmss.bin binary file and cre...
by ansar
Wed Jul 05, 2023 5:33 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

My Motorolla M 680x0 Assembler for Sinclair QL

Dear forum members, In the new video on my YT channel can watch my Motorolla  M680x0 assembler running and assembling .asm text files into .bin binary files, for the base and target machine, the Sinclair QL. In this video is assembling my debugger assembly file dbg.asm to dbg.bin binary file and cre...
by ansar
Wed Jul 05, 2023 5:30 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

My Text Editor on Sinclair QL

Dear forum members, In the new video on my YT channel, can watch my Text Editor running and editing files for the base and target machine, the Sinclair QL. The Text Editor is mostly used for My Motorolla M68x00 and Intel 80x86 assemblers. It can also be used as a cross platform Text editor, running ...
by ansar
Wed Jul 05, 2023 5:27 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

Demonstrating UniBASIC 32 bit numbers, variables, arrays, functions and operators on the Sinclair QL

Dear forum members, You can watch in my YT channel the UniBASIC Interpreter and Compiler running on Sinclair QL the demo.bas program. In this video the UniBASIC Interpreter will load the UniBASIC demo.bas program with the load command, will list it on the screen with the list command and will tokeni...
by ansar
Wed Jul 05, 2023 5:25 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

My UniBASIC Interpreter on Sinclair QL, a Motorolla 68008 based machine

Dear forum members, I am developing my programming language with codename UniBASIC. My Interpreter, Compiler, Operating System and all applications are codeworks written in UniBASIC language. You can watch in my YT channel, my UniBASIC Interpreter running on Sinclair QL, a Motorolla 68008 based mach...
by ansar
Wed Jul 05, 2023 5:22 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

My QL Disk Manager, on Intel 80x86 base machine

Dear forum members, I am developing my programming language with codename UniBASIC. My Interpreter, Compiler, Operating System and all applications are codeworks written in UniBASIC language. You can watch in my YT channel, my app named Sinclair QL Disk Manager, running on Intel 80x86 base machine. ...
by ansar
Wed Jul 05, 2023 5:19 pm
Forum: Software & Programming
Topic: My QL Disk Manager, on Intel 80x86 base machine
Replies: 54
Views: 13282

My Intel 80x86 UniBASIC compilation process from Tty.bas to Tty.tkz and Tty.exe

Dear forum members, I am developing my programming language with codename UniBASIC. My Interpreter, Compiler, Operating System and all applications are codeworks written in UniBASIC language. You can watch here my Intel 80x86 UniBASIC Tty demo written in UniBASIC programming language, in its compila...