Post Reply 
[71B, FRAM71] Using a USB GPIB interface to load files on a 71B
05-22-2015, 09:23 PM
Post: #5
RE: [71B, FRAM71] Using a USB GPIB interface to load files on a 71B
(05-16-2015 11:09 PM)cruff Wrote:  I also wrote a program, CONFST (named after the symbolic address of the OS tables), inspired by Paul's MEMBUF, that displays the configured devices and memory type as a string (SRAM, IRAM, ROM, IO) . RAM and ROM sizes are reported in KB, IO registers in nibbles.

The evolution of this program would be a LEX file. Time to brush up on your assembly skills. Smile Here's a start: SHWPORTS

Of course we could add some new keywords for working with FRAM71, like:
  • FCW - FRAM Config Write: Performs POKE"2C000","Config String"
  • FCR$ - FRAM Config Read: Performs PEEK$("2C000",32)
  • Perhaps some functions for POKEing ROM images into memory
Suggestions?

Dave
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [71B, FRAM71] Using a USB GPIB interface to load files on a 71B - Dave Frederickson - 05-22-2015 09:23 PM



User(s) browsing this thread: 1 Guest(s)