Posts: 24
Threads: 3
Joined: Feb 2012
I'd recommend Kieth Jarret's Synthetic Programming Made Easy.
Rick
Posts: 887
Threads: 9
Joined: Jul 2007
I got into it in the 80's with Mier-Jedrzejowicz's book "Extend Your HP-41." Later I got the ZENROM which did away with the need for the byte grabber and gave direct keyboard access to the synthetics as if they weren't really synthetic anymore.
Posts: 72
Threads: 2
Joined: Nov 2011
I am not aware of any synthetic programming on the HP-71B.
The book "HP-71 Basic Made Easy" by Joseph Horn has a section on PEEK$ and POKE that show you how to read/write from/to the system.
Reading the HP-71B Internal Design Specifications is also a must.
Your other options are to use either the Forth language or the assembly language.
For the Forth language, at least three versions are available ...
- the Forth/Assembler ROM
- the 41 Translator Pac (include Forth)
- a RAM and ROMmable version is available on the J-F Garnier site.
For the native code, at least three assemblers are available ...
- the Forth/Assembler ROM
- an assembler is also available on the J-F Garnier site.
- the areuh tool for HP-48SX is also compatible with the HP-71B
Sylvain
Posts: 297
Threads: 25
Joined: Nov 2006
The 41CL Extra Functions make PEEKing and POKEing simple. You don't need byte-grabbers at all. And you can POKE anywhere in memory. It's a lot of fun, even if you can get yourself in all kinds of trouble.
Posts: 117
Threads: 16
Joined: Jul 2009
Quote:
I got into synthetics in the 1980s. Now I am trying to brush up, for obvious reasons.
The primary question is in my view:
How sexy can 41-synthetics be if you can hook up with MCODE?