Envoyé de mon smartphone BlackBerry 10 sur le réseau Fido.
De: Wolf
Envoyé: lundi 20 juillet 2015 10:01
À: [email protected]
Répondre à: [email protected]
Objet: Re: [Ql-Users] Easy68K code


Ah ok, I think I get it.

What you want to do is run the examples given for easy68k on the Ql, right?

Easy68K uses a trap#15 call for communication with the IDE environment,
to get chars typed in, open files etc, using D0 as the switch to
determine what exactly it wants. .
Thus, for example, trap#15 with D0 = 50 closes all files, with D0=51 it
opens a file etc.

So what y'd need to do would be to write some kind of trap handler for
trap 15, where you translate from the easy68K request into a
corresponding Qdos/SMsQE trap call.

Umph.

That doesn't seem trivial at all, much work to be done indeed!

Wolfgang

On 07/20/2015 03:35 PM, Derek Stewart wrote:
>
> On 20/07/15 14:20, Wolf wrote:
>>
>> I'm not sure I understand.
>> Obviously, you don't need the 68k simulator part of easy68k, so you just
>> want the IDE itself (i.e editor + monitor)?
>>
>> Wolfgang
>>
>> On 07/20/2015 12:55 PM, Derek Stewart wrote:
>>> Hi,
>>>
>>> I was going to convert some of the Easy68K source to to run on the QL.
>>>
>>> Easy68K uses Trap 14 for I/O and other functions.
>>>
>>> Then I thought what about implementing the Trap 14 code, so that the
>>> Easy68K could run in the QL environment.
>>>
>>> Maybe a lot of work
>>>
>>> Do you think this feasible.
>> _______________________________________________
>> QL-Users Mailing List
>> http://www.q-v-d.demon.co.uk/smsqe.htm
>>
> Hi Wolfgang,
>
> I meant to say, either port over the Easy68K (X68) assembler source
> programmes and convert it run on the QL. That is some of the example
> files for X68.
>
> Or maybe write a set of Trap 15 code for emulate the X68 I/O, to
> assemble the source of the assembler files to run on the QL.
>
> I do not mean the actual simulator, this could be the QL.
>
>
> Regards,
>
> Derek
>
>   * English - detected
>   * English
>   * German
>   * Italian
>   * Spanish
>   * Swedish
>   * French
>
>   * English
>   * German
>   * Italian
>   * Spanish
>   * Swedish
>   * French
>
>   <javascript:void(0);> <#>
> _______________________________________________
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
>
>
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to