[comp.sys.apple] 65c02 computer

GREYELF@WPI.BITNET (02/16/89)

>I made a 65c02 handheld computer about 1 year ago, with a seiko 4x20lcd
screen.
>Its battery operated and extreamly small...its intentions were to create a
>data logger and switch access to allow external devices(eg toys..) to be
turned
>on for disabled children.  The problem I am having..is that All my code is
>assembly..(I really dont have the time to create each program by hand in
>assembly)..even though functions such as clock on interupt must still be
>in assembly..

>Since the code must be ROMable...uses ROM for program, I was wondering if
>anyone knows of any higher level language that is compact, no libraries or
>anything like that needed, and will allow me to create a ROMable program.

>Thanks for any replys...
>Scott Hutinger
>(Where did all the time go?)

Scott, why not use a normal assembler and the macro routines of
any standard assembler.

Microsparc puts out an assembler that translates code almost exactly
like basic to pure object code, no libraries.

Of coursee normally it uses the apple rom routines for function calls.

You could do something similar, using macros for commonly called
tasks you could just invoke the macro instead of going through every
step.  Code could be created on any apple using an assembler,
stored to disk, and then burn your prom chips, easy as pie.

I've done it several times (macros, not chip burning), so feel
free to ask if you have any questions.

+------------------------------------------------------------------+
|    Michael J Pender Jr         snail mail: Box 1942 c/o W.P.I.   |
|   Bitnet: greyelf@wpi.bitnet               100 Institute Rd.     |
| Internet: greyelf@wpi.wpi.edu              Worcester, Ma 01609   |
| User #20 at H.U.G.E. Bit Bucket                                  |
| Disclaimer:  Who me?  I was in Mexico buying drugs at the time!  |
+------------------------------------------------------------------+