Maker Pro
Maker Pro

Multi assembler?

H

Harald Mossige

Jan 1, 1970
0
I wonder, does ir exist?
Assembler converter, to convert (smal) assembertprogram from one platform to
an other;

PIC -> AVR
AVR -> PIC
Z8 -> AVR

And so on.

HM
 
R

Rich Webb

Jan 1, 1970
0
I wonder, does ir exist?
Assembler converter, to convert (smal) assembertprogram from one platform to
an other;

PIC -> AVR
AVR -> PIC
Z8 -> AVR

Yes, it does exist. It's called "C".

For other than non-trivial cases, the alternative is to read and
understand the original and recode it for the new target.
 
S

Spehro Pefhany

Jan 1, 1970
0
I wonder, does ir exist?
Assembler converter, to convert (smal) assembertprogram from one platform to
an other;

PIC -> AVR
AVR -> PIC
Z8 -> AVR

You can define macros if you need to convert over a program quickly
and poorly. It only works so far- the differences in architecture will
get you if the inefficiency doesn't. See, for example, the Parallax
8051-like instructions for the PIC.

Best regards,
Spehro Pefhany
 
Top