41CV -- access programmed lines outside global label?
#1

41C "gurus" --

I just bought a 1986 HP-41CV. One "feature" I haven't figured out how deal with is a seeming inability to access lines of programming that were not preceded by a global label (e.g., LBL "PROG") On several occasions, I have entered a series of instructions followed by an END, then been unable to insert a global label in front of these lines using PRGM mode. CATALOG 1 shows the END statement for the incomplete program, and the memory indicators show that the instructions remain in program memory. However, I can't seem to access the set of programmed instructions or even delete them except with the master clear. I have not seen the an answer in the manuals.

This was, and is, not a problem with the 15C I've had for 19 years. I'm sure someone can enlighten me. Thanks!

Karl (15c, plus recently-acquired 41cv, 42s, 34c)

#2

I will be, maybe, the first to answer ........

When you run CATALOG 1 just press on the R/S key : this will stop the catalog listing and you can press SST or BST to single step and backward step in the catalog. You just have to position where you want and to pass in PRGM mode to see the END statement of your program-without-global-label. And you can do what you want here : adding a global label or deleting lines (do not forget to delete manually the end statement, I think it will not be deleted by XEQ "ALPHA" DEL "ALPHA" 999 ).

#3

Hi;

just to add some info over Fred's answer: to add a global label BEFORE the first program line, do what Fred posted before, stop the listing over the lone END, switch to PRGM mode and press:

 GTO . 000
You'll see:
 00 REG nnn
where nnn is the number of available registers. Then you can press:
LBL [ALPHA] name_you_want [ALPHA]

If done alright, you'll see the new global label next time you use CAT 1, and it will be in the first program line.

Cheers.

#4

A better way of deleting the program is to XEQ ALPHA C L P ALPHA (clear program) then ALPHA ALPHA as argument. This will erase the program you are standing in.

#5

A "thank you" to Fred, Luiz Vieira, and Hakan Thorngren --

Your suggestions worked for me. It turns out that this topic is specifically addressed on pp. 39-40 of the HP-41C/41CV Operating Manual ("A Guide for the Experienced User"), if perhaps not the Owner's Guide.

-- Karl



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP Prime - RPN stack access from programs? Mike Mander (Canada) 10 3,294 09-30-2013, 11:20 AM
Last Post: steindid
  Another technique of HP-33S label saving x34 6 2,001 10-11-2012, 11:09 AM
Last Post: Luiz C. Vieira (Brazil)
  NoV-64: Can't Access RAM Chip 3 Les Wright 4 1,905 05-28-2012, 11:06 PM
Last Post: Les Wright
  [WP 34S] Backside label contents (>> poll <<) Walter B 11 3,119 05-18-2012, 10:01 PM
Last Post: Walter B
  Rapid Reverse Branching & Label Searches Matt Agajanian 2 1,118 04-30-2012, 11:09 AM
Last Post: Matt Agajanian
  200LX -- can't seem to access A: drive Glenn Becker 6 2,394 04-09-2012, 12:23 PM
Last Post: Glenn Becker
  2nd version HP-35 with Finnish manual and back label matti 8 2,731 03-10-2012, 05:34 PM
Last Post: Gerson W. Barbosa
  Classic label reproductions? McAllan 4 1,448 02-27-2012, 04:58 AM
Last Post: McAllan
  Making the wp-34s label glossy Jose Poyan 5 1,760 02-12-2012, 12:15 PM
Last Post: Walter B
  devolution of the wp34s label---or fun with colors troy 19 5,401 02-09-2012, 02:52 PM
Last Post: Egan Ford

Forum Jump: