I cannot use. UNSP:DISASM. because the. APL. object
file uses. CSI. records which are code/data records of
up to 32767 bytes in length.? DISASM only disassembles
TXT records of 80 bytes of length at a time. ( Same as
CSI records but only 80 bytes in length). There is a
way, using OBJUTIL, to modify all of the CSI records
to TXT records but I haven't figured out how.
--? William Gallant
toggle quoted message
Show quoted text
On Monday, January 15, 2024,
rvjansen@... <
rvjansen@...> wrote:
Hi William,
you might know this already but in case you do not, it might come in handy in your endeavor: the source for APL\360 is downloadable at?
best regards,
搁别苍é.
Hi. My name is William Gallant.
I am new to MTS. I hardly know?any MTS commands
or how to find my way around the OS or use files, etc...
I am looking for a way to get a disassembled listing of
the APL object file on tape? ?d5.0t1.aws? ?
I tried the OBJLIST program with options "ALL" selected
but only got a complete detailed cross-reference of
symbols and hex dumps of CSI records ( code mixed with data )
some which are 32767 bytes long.
Question - Is there a way, using the program OBJUTIL instead of
OBJLIST to obtain a disassemble listing ( even if piece by piece )?
--? William Gallant