[HECnet] Task Buillder question

Johnny Billquist bqt at softjar.se
Mon Apr 12 11:10:56 PDT 2021


 From the RSX help page:

         ABS     Disabled        Produces absolute binary output.
         AMA     Disabled        Changes all relative addresses
                                 (address mode 67) to be assembled as 
absolute
                                 addresses (address mode 37).

Suspect you're thinking of AMA.

   Johnny

On 2021-04-12 20:04, Paul Koning wrote:
> I'm not sure that's the same thing.  RT MACRO has the same switch.  Yes, that's the same as .enable abs.  It's been a long time, but if I remember correctly, that simply changes the default addressing mode to absolute.  In other words "mov foo,r0" is interpreted as if you wrote "mov @#foo,r0".
> 
> 	paul
> 
>> On Apr 12, 2021, at 2:01 PM, Johnny Billquist <bqt at softjar.se> wrote:
>>
>> On 2021-04-12 18:57, Robert Armstrong wrote:
>>>    Ok, this is a bit of an off the wall question, but – can Task Builder (aka TKB) build paper tape images in absolute loader format?  Can anybody clue me in as to the magic switch(es) to do this?
>>
>> I haven't fully explored this, but MAC, according to documentation, can produce absolute format output.
>>
>> For this, TKB would then not be involved. Which also means it can't be from multiple object modules.
>>
>> See /EN:ABS (HELP MAC SW EN), or maybe also the .ENABLE directive can turn this on.
>>
>> If you need an absolute file based on the result from TKB, I guess you are going to have to have some tool that post process the TKB task file.
>>
>>   Johnny
>>
>> -- 
>> Johnny Billquist                  || "I'm on a bus
>>                                   ||  on a psychedelic trip
>> email: bqt at softjar.se             ||  Reading murder books
>> pdp is alive!                     ||  tryin' to stay hip" - B. Idol
> 

-- 
Johnny Billquist                  || "I'm on a bus
                                   ||  on a psychedelic trip
email: bqt at softjar.se             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol


More information about the Hecnet-list mailing list