#Assembling rexxglue.asm
16-Feb-91 14:49:37
Sb: #Assembling rexxglue.asm
Fm: Kevin Ferlazzo 76137,3535
To: Bill Hawes 72230,267
Bill,
I am having some problems assembling rexxglue.asm from the Developer's
subdirectory of the ARexx 1.10 disk. I have to plead near total ignorance
about assembly programming, so its probably something real simple 🙂
I am using the SAS 5.10a assembler with the command line :
ASM -iINCLUDE: rexxglue.asm
The first three errors/warnings I am getting are the following :
> rexxglue.asm 20 Warning: public symbol not defined
> XDEF _AddRsrcNode
>
> rexxglue.asm 22 Error: data generation must occur in reloc section
> move.w #_LVOAddRsrcNode,d1
>
> rexxglue.asm 23 Error: data generation must occur in reloc section
> bra.s CallSeq1
and several dozen more just like these.
What am I doing wrong?
Thanks! Kevin
Kev – "Outside of a dog, a book is Man's best friend."
"Inside of a dog, its too dark to read!" – Groucho Marx