Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Help, need help with an old 68hc11 assembler !!

There are 18 messages in this thread.

You are currently looking at messages 0 to 10.

Help, need help with an old 68hc11 assembler !! - DennisB - 20:20 18-05-05



Howdy,

Hope somebody can help.......  

I'm working on a project with an old American Automation Inc 68HC11 
assembler and linker, dating back to 1988. AS68HC11.EXE and AALINK.EXE

I tracked down the company, now American Arium, but they stopped 
supporting the product and 'threw out all the documentation', about four 
years ago.   Arrgghhhh

At any rate, I need the command line options for the Linker..... as I'm 
trying to generate a symbol table.

Can anybody help me on this ??

Thanks

DennisB

Re: Help, need help with an old 68hc11 assembler !! - Jim Granville - 20:36 18-05-05

DennisB wrote:
> Howdy,
> 
> Hope somebody can help.......  
> 
> I'm working on a project with an old American Automation Inc 68HC11 
> assembler and linker, dating back to 1988. AS68HC11.EXE and AALINK.EXE
> 
> I tracked down the company, now American Arium, but they stopped 
> supporting the product and 'threw out all the documentation', about four 
> years ago.   Arrgghhhh
> 
> At any rate, I need the command line options for the Linker..... as I'm 
> trying to generate a symbol table.
> 
> Can anybody help me on this ??

When run with no params, any well designed .EXE should give options,
sometimes full help needs -H or ? the command line.

Failing that, you can look at the .EXE in an editor, and look for
the param string area, and that will give more clues.
-jg


Re: Help, need help with an old 68hc11 assembler !! - DennisB - 23:22 18-05-05

Jim Granville <n...@designtools.co.nz> wrote in
news:428bdf6f$1...@clear.net.nz: 

Thanks for the suggestions Jim, but I tried them all.... 
and spent another hour trying 'dummy' command line options.


DennisB


> 
> When run with no params, any well designed .EXE should give options,
> sometimes full help needs -H or ? the command line.
> 
> Failing that, you can look at the .EXE in an editor, and look for
> the param string area, and that will give more clues.
> -jg
> 


Re: Help, need help with an old 68hc11 assembler !! - Andrew Jackson - 02:25 19-05-05

> Thanks for the suggestions Jim, but I tried them all....
> and spent another hour trying 'dummy' command line options.

You could try using the "strings" command (available under Cygwin) to see
what text messages are in the executable.

    Andrew



Re: Help, need help with an old 68hc11 assembler !! - DennisB - 10:52 19-05-05

>> Thanks for the suggestions Jim, but I tried them all....
>> and spent another hour trying 'dummy' command line options.
> 
> You could try using the "strings" command (available under Cygwin) to see
> what text messages are in the executable.
> 
>     Andrew

Thanks

I've tried that and even did a quick disassemble with IDA. 

The program was written in assembler, using MASM 6 or 7. 

The options are single letter and are combined with + - @ and
possibly with * and &. ie /ru-s @3200 -test.h

I've tried MANY combinations, but still no symbol table.....
which makes debugging a 10000 line file, a challange.

At any rate, I was hoping somebody had an old manual, with the command line 
options hanging around. 

Thanks for the help !!!

DennisB

Re: Help, need help with an old 68hc11 assembler !! - =?ISO-8859-1?Q?Bjarne_B=E4ckstr=F6m?= - 11:20 19-05-05

DennisB <d...@net.net> wrote:

[...]
> At any rate, I was hoping somebody had an old manual, with the command
>line options hanging around.

   You could ask on the mailing list of the group in my sig below. While
the group is dedicated to the 6800 and 6809 FLEX OS, there are many
oldtime 68hc users in the group. Some of them have even ported FLEX to
hc11. 
-- 
http://www.flexusergroup.com/

Re: Help, need help with an old 68hc11 assembler !! - Robert Scott - 14:52 19-05-05

On Thu, 19 May 2005 12:00:37 -0700, Scott Moore
<s...@Sun.COM> wrote:

>6811 Assemblers can't be rare. If you're not supported, sounds like time
>to move to another assembler. You are simply going to relive this
>pain over and over again until you move.

The OP said that it was a 10000 line program.  It is likely that
porting such a program to a different compiler is not likely to be
trivial.


-Robert Scott
 Ypsilanti, Michigan

Re: Help, need help with an old 68hc11 assembler !! - Scott Moore - 15:00 19-05-05

DennisB wrote:
> Howdy,
> 
> Hope somebody can help.......  
> 
> I'm working on a project with an old American Automation Inc 68HC11 
> assembler and linker, dating back to 1988. AS68HC11.EXE and AALINK.EXE
> 
> I tracked down the company, now American Arium, but they stopped 
> supporting the product and 'threw out all the documentation', about four 
> years ago.   Arrgghhhh
> 
> At any rate, I need the command line options for the Linker..... as I'm 
> trying to generate a symbol table.
> 
> Can anybody help me on this ??
> 
> Thanks
> 
> DennisB

6811 Assemblers can't be rare. If you're not supported, sounds like time
to move to another assembler. You are simply going to relive this
pain over and over again until you move.

I did quick search on "68hc11 assembler", it lit up like a Chrismas tree.
Including free ones.


Re: Help, need help with an old 68hc11 assembler !! - Grant Edwards - 15:39 19-05-05

On 2005-05-19, Scott Moore <s...@Sun.COM> wrote:

> 6811 Assemblers can't be rare.

Indeed not. Gnu binutils supports the 6811/6812 architecture.
It's free (libre and gratis), and it's better supported than
anything other assembler I've ever used.  Gcc supports the
architecture as well, and does a far better job of code
generation that the (admittedly old) commercial compiler I used
to use.

> If you're not supported, sounds like time to move to another
> assembler. You are simply going to relive this pain over and
> over again until you move.

Yup.  It'll always be "just one more small change before we EOL
the project."

> I did quick search on "68hc11 assembler", it lit up like a
> Chrismas tree. Including free ones.

-- 
Grant Edwards                   grante             Yow!  I've got to get
                                  at               these SNACK CAKES to NEWARK
                               visi.com            by DAWN!!

Re: Help, need help with an old 68hc11 assembler !! - Jim Granville - 17:41 19-05-05

DennisB wrote:
>>>Thanks for the suggestions Jim, but I tried them all....
>>>and spent another hour trying 'dummy' command line options.
>>
>>You could try using the "strings" command (available under Cygwin) to see
>>what text messages are in the executable.
>>
>>    Andrew
> 
> 
> Thanks
> 
> I've tried that and even did a quick disassemble with IDA. 
> 
> The program was written in assembler, using MASM 6 or 7. 
> 
> The options are single letter and are combined with + - @ and
> possibly with * and &. ie /ru-s @3200 -test.h
> 
> I've tried MANY combinations, but still no symbol table.....
> which makes debugging a 10000 line file, a challange.
> 
> At any rate, I was hoping somebody had an old manual, with the command line 
> options hanging around. 

  You could also search for .MAP ( or whatever the HC11 convention is 
for link symbol/map output - do you know if this SW is able to do this.
  Also, if you have full archived project directories, you might find
an example symbol file, and if lucky, the linker command line will be
reported in the top...
  Failing that, another pathway would to be find a HC11 simulator that 
can read the absolute files, and report the symbols.

-jg


| 1 | 2 | next