HP Forums

Full Version: 82143A Printer Output Confirmation Requested
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Could some kind soul please confirm that the following program produces the following output character for character on a real 82143A with a real 41CX?

Thanks.

Program:

 01 LBL "CHARS2"        17 ACA                 33 0.01500            
02 FIX 00 18 "--------" 34 STO 01
03 CF 29 19 ACA 35 RDN
04 " CHARS2" 20 PRBUF 36 LBL 01
05 ACA 21 0.00700 37 ACCHR
06 PRBUF 22 STO 00 38 1
07 " ------" 23 RDN 39 +
08 ACA 24 LBL 00 40 ISG 01
09 PRBUF 25 CLA 41 GTO 01
10 ADV 26 RCL 00 42 PRBUF
11 " |01234567" 27 INT 43 ISG 00
12 ACA 28 ACX 44 GTO 00
13 "89ABCDEF" 29 >"|" 45 FIX 09
14 ACA 30 ACA 46 SF 29
15 PRBUF 31 16 47 END
16 " -+--------" 32 *
Barcode:

http://www.hpmuseum.org/guest/eganford/chars2.pdf

RAW:

http://sense.net/~egan/41cx/chars2.raw

Output:

Edited: 16 June 2009, 12:49 p.m.

Cheers

Peter

Peter,

Many thanks.