Society of Robots - Robot Forum

Mechanics and Construction => Mechanics and Construction => Topic started by: Roberto on June 05, 2008, 02:42:17 PM

Title: Programming language for the M68000? URGENT!
Post by: Roberto on June 05, 2008, 02:42:17 PM
Hello,

I am using a M68000 Microprocessor for my robot. Anyone know what language it uses? ??? Please respond soon, because this is for a school project due very soon!  :o

Thank you for any help,

Roberto

Title: Re: Programming language for the M68000? URGENT!
Post by: pomprocker on June 05, 2008, 04:35:55 PM
Assembly.

Buy the book it has how to program it!


http://product.half.ebay.com/_W0QQprZ13314QQcpidZ3298 (http://product.half.ebay.com/_W0QQprZ13314QQcpidZ3298)

Explores Motorola's 68000 16-bit microprocessor, covering hardware and software of the popular microprocessor and its enhanced versions. The accompanying disk contains MS-DOS cross assembler, linker/locator, terminal emulator, and source code for the examples in the text. Use of the software helps integrate the text and laboratory portions to provide a more complete understanding of the 68000.
Title: Re: Programming language for the M68000? URGENT!
Post by: JesseWelling on June 05, 2008, 05:22:59 PM
Apparently gcc can compile for it...
http://darkdust.net/writings/megadrive/crosscompiler
Title: Re: Programming language for the M68000? URGENT!
Post by: Rebelgium on June 06, 2008, 01:13:29 AM
good luck.

You'll need it, because Assembler is not something you can learn very quickly.