home *** CD-ROM | disk | FTP | other *** search
- Path: vb.franken.de!volker
- From: volker@vb.franken.de (Volker Barthelmann)
- Subject: Re: 680X0 -> PPC translator?
- Newsgroups: comp.sys.amiga.programmer
- References: <4h4fk6$f7a@maze.ruca.ua.ac.be> <19960229.43A058.11BCF@am090.du.pipex.com> <313D3A8F.148C@sapiens.com>
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- Message-ID: <volker.0fpv@vb.franken.de>
- Date: 6 Mar 96 21:46:33 MET
- Organization: home
-
- Avi Lev (avil@sapiens.com) wrote:
- :
- : Hi, IMHO, the way i would try to solve the problem is by going
- : through all the programs' segments picking up all the different
- : calls which are addressed to the program itself (not to outside
- : libraries or devices), which is easy to solve cuz every such
- : call must use the A6 as the base register and so every other
- : call is to code within the program, then all there's to be done
-
- This is completely wrong. External calls don't have to use a6 as base
- register and calls with a6 as base don't have to go outside.
-
- And the called address can be calculated during program execution.
-
- Volker
-
-