Hello, * On Fri, Dec 09, 2005 at 12:43:43PM +0100 Jørgen Aaris Henningsen wrote: > I'm programming to a simple 65c02 system with 32kB RAM (from 0000 to 8000) > and 32 kB ROM (from 8000 to FFFF). > When I make the reset vector in the prom, should I then make it point to > the 'main' function or should I use another entry point? Do you use some of the "standard" support libraries (i.e., the c64, c128, Apple-][, whatever), or another one you wrote on your own? Normally, you would need to point the RESET vector to the "start" function of the support library. This one will call main itself. Regards, Spiro. -- Spiro R. Trikaliotis http://www.trikaliotis.net/ http://cbm4win.sf.net/ ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Dec 9 12:57:02 2005
This archive was generated by hypermail 2.1.8 : 2005-12-09 12:57:04 CET