Re: A83: Re: 32 bit numbers


[Prev][Next][Index][Thread]

Re: A83: Re: 32 bit numbers




On 11-Oct-98, John McKay wrote:

>Ldir to 9 bytes of safe ram? umm... How would I do that? I thought ldir
>didn't have any aurguments?


>>
>>On 11-Oct-98, James Matthews wrote:
>>
>>>> I have a program that gives me a number in op1 that cannot be stored in
>a
>>16
>>>> bit reg, how do I display and put that number into a user defined
>variable
>>>> without a dimention error?
>>
>>>John, _dispop1a should display it...its the storing that we're having
>trouble
>>>with.  Just remember to set a to something...like
>>>9 before calling it.
>>
>>>James.
>>
>>Storing would be done with ldir to 9 bytes of safe ram.
>>
>>Linus
>>

Well, not arguments in the sense that you specify them next to the
instruction... Ldir wants the source in hl, destination in de and length in
bc. Always.

Linus


References: