Welcome, Guest. Please login or register.

Author Topic: Amiga Cross Assembler to code intros! - Help!  (Read 2807 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline amigaksi

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 827
    • Show all replies
    • http://www.krishnasoft.com
Re: Amiga Cross Assembler to code intros! - Help!
« on: May 30, 2008, 08:38:14 PM »
>I don't know if its quite what you're looking for, but I >remember an amiga.org user selling a cross-compiler for the >Amiga, where you linked your PC with your Amiga, coded on the >PC but ran code on a real Amiga. Unfortunately, I can't >remember the person's amiga.org username or their website >address. Anyone else remember the device?

I also make cables that let you execute code on the real machine after compiling on PC:

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=320256684628

This one interfaces to Atari/C64 through joystick port or SIO port.  Another cable on my website uses the floppy connector on the Amiga.  Don't have a disassembler for 68K but it will let you compile 68K code directly into an ADF image.  Or you can upload an already done ADF file.  It also lets you code binaries that run from a fixed location (like ORG $F80000).  It does not have a linker so you'll have to include other object modules directly like:

   Move.l D0,$DFF180
   Move   D1,$DFF184
   OBJ   Reuse.OBJ
   Move.b #$FE,$BFE101
   Rts




--------
Use PC peripherals with your amiga: http://www.mpdos.com