Posts: 78
Threads: 12
Joined: Oct 2009
BruceH and Han,
It works now when I set flag -92. Thanks for your help!
(Han - I don't know why it didn't work before when I was doing what you said to do, but I re-entered the program, set flag -92 and it assembled to a "Code" object. Possibly a character I didn't see?)
Anyway - it works and I'm grateful for everyone's help. :)
Sincerely,
- Bill
Quote:
Bill,
Rather than coding in ARM assembly, consider coding in C with HPGCC instead. This will compile into native ARM code and it's really fast. Libraries let you access the keyboard and display, though I'm not sure about the serial port.
Hi David!
Since my goal is to port my ARM zForth system to the HP50G, I prefer to stick to ARM assembler exclusively. But I do agree with what you wrote about HPGCC - it's fast and quite useful! ;)
- Bill