Another RPN fan here. Have a 41CV on my phone and a real 15C in my drawer.Yahoo. Another HP Calculator fan.
Another RPN fan here. Have a 41CV on my phone and a real 15C in my drawer.Yahoo. Another HP Calculator fan.
I have an app on my Android called Free42 which is almost as good as my HP 32S II sitting beside me here.Another RPN fan here. Have a 41CV on my phone and a real 15C in my drawer.
Another RPN fan here. Have a 41CV on my phone and a real 15C in my drawer.
I have an app on my Android called Free42 which is almost as good as my HP 32S II sitting beside me here.
Ever tried programming in FORTH?I'm bilingual RPN and algebraic. Use them interchangeably. +1 on Octal. I like Hexadecimal as well, especially for Byte arithmetic,.
Couldn't wait. Tried it out tonight. Decided to plop down 12 bucks for the plus version. Same programmable calculator with additional features. Liking it so far.I have an app on my Android called Free42 which is almost as good as my HP 32S II sitting beside me here.
Ever tried programming in FORTH?
@jcdammeyer my cousin was one of the big FORTH gurus. I left it all to him.... I did so much assembly I had to be fluent in binary/octal/hex.
I'm bilingual RPN and algebraic. Use them interchangeably. +1 on Octal. I like Hexadecimal as well, especially for Byte arithmetic,.
Time for some pictures. This is the only one I have. It's our kitchen reno floor plan. Z80 CP/M system using a graphics card of my own design. Photos below.
The drawing of the lines etc. were lower level FORTH words. Those lines were turned into things like the fridge and stove which were also FORTH words. Where they were put on the screen was something like
X
Y
FRIDGE
Once I pull out the 8" disk system again I might still have the source code on a floppy somewhere.
View attachment 25242
View attachment 25240
View attachment 25241
Yes. S100 boards. I currently have working:NICE!!!
Looks like S100 boards.....
Threw all that stuff of mine away when we moved to the farm.
Prolly threw out the chess program then too.
(Insert image of old man crying his eyes out here).
This was the tough one. Originally CP/M-68K but those manuals and disks were part of that throw away process.OS9-68K with 1MB ram, 5,25" floppy and replaced 20MB Rodime hard drive with BeagleBone Black module and MFM cape.
This was the tough one. Originally CP/M-68K but those manuals and disks were part of that throw away process.
In either case back in 1986 just before #1 son was born I was converting that system to OS9-68K. It booted from the floppy with a G command to the debug monitor in ROM.
Trouble is, no floppy. And the hard drive had the OS but it had trouble coming up to speed. Eventually the MFM was able to recover 99% of the information from that drive.
So how to boot an OS9 system that can't boot from the hard drive and you don't have a floppy.
1. Two different emulators running on a PC. One that can work with floppy and hard drive images that aren't exactly the same as the physical device and one that can copy files from a proper hard drive image to a windows folder.
2. A working Z80 system that can accept the SD VFW-III board that is connected to the 5.25" floppy and is what is used in the OS9 system.
3. A working copy of the original Turbo Pascal 1.0 running on the Z80 system.
a) write a monitor to work with the VFW-III including reading/writing sectors.
b) Be able to download sector by sector images of a floppy to transfer to the 5.25". This was written in Turbo Pascal.
c) Write a program that translates the emulator strange floppy image into a proper binary floppy image. (also in Turbo Pascal).
4. Rewrite the Boot Eprom code recovered from the hard drive to check for hard drive and boot from it if there. That was never done back in 1986.
When all was said and done I now have the OS9 system booting from floppy or MFM hard drive. The NICAD battery for the clock board had leaked and damaged some of each of the MFIO boards. Got one working. Found a bug in the original clock support code and fixed that. Dealt with Millenium bug where 31DEC1999 at 23:59:59 does not roll over to 2000. Created strange number.
Now files have proper dates for 2022.
All this was done in M68000 assembler. The Boot EPROM and the device drivers for booting from the hard and the clock support.
Forth did not have to be low level. In the early 1990's, a friend of mine wrote an engineering software package that automated the process of designing roads--as in roads for forestry or mining. It would use topographical information to calculate the amount of fill to be moved to maintain maximum grades and minimum curve radii. It included a 3D visualization of driving of the planned road! All written in MacForth+ and running on 68K Macintosh hardware. My friend was an engineer and taught himself programming. He hated the software that was then available (running on Sun and Apollo workstations). Sadly, though, I've lost track of him.I think you would have liked FORTH. Very much LIKE assembly language. But wasn't.
Personally, I LOVED assembly language. Did more of that than any other. Prolly another reason I liked Octal & Hex too.
No idea what the last bunch of posts actually said, i'm just a poor uneducated farm boy. All i can say is May the Forth be with you.