HP41-PC Data and File-Transfer : SENDR Transfer a register block from HP-41 or EMU41 main memory to EMU41OUT.DAT file. bbb is the number of the first register, eee is the number of the last register of the block. Enter bbb.eee in X-Register and execute SENDR. SENDF Transfer a X-Memory data file from HP-41 or EMU41 to EMU41OUT.DAT file. Enter the filename in Alpha-Register and execute SENDF. SENDM Transfer a CCD-Module matrix file from HP-41 or EMU41 to EMU41OUT.DAT file. Enter the filename in Alpha-Register and execute SENDM. SENDA Transfer a X-Memory ASCII text file from HP-41 or EMU41 to EMU41OUT.DAT file. Enter the filename in Alpha-Register and execute SENDA. SENDNNN Transfer a register block from HP-41 or EMU41 main memory to EMU41OUT.DAT file. bbb is the number of the first register, eee is the number of the last register of the block. Enter bbb.eee in X-Register and execute SENDNNN. This command transfer non-normalised-numbers = NNNīs or Alpha strings or numbers. Needs the CCD-Module. RECVR Receive a register block from EMU41IN.DAT file to HP-41 or EMU41 main memory. bbb is the number of the first register, eee is the number of the last register of the block. Enter bbb.eee in X-Register and execute RECVR. RECVF Receive a data file from EMU41IN.DAT file to HP-41 or EMU41 X-Memory. First create the data file, than enter the filename in Alpha-Register and execute RECVF. RECVM Receive a CCD-Module matrix file from EMU41IN.DAT file to HP-41 or EMU41. First create the matrix file, than enter the filename in Alpha-Register and execute RECVM. GETAS HP41CX command for downloading ASCII text files. Select the EMU41IN.DAT file. Than create a text file, enter the filename in Alpha-Register and execute GETAS. RECVNNN Receive a register block from EMU41IN.DAT file to HP-41 or EMU41 main memory. bbb is the number of the first register, eee is the number of the last register of the block. Enter bbb.eee in X-Register and execute RECVNNN. This command transfer non-normalised-numbers = NNNīs or Alpha strings or numbers. Needs CCD-Module. 01_LBL "SENDR" 02 AUTOIO 03 "DOSLINK" 04 FINDID 05 SELECT 06 MANIO 07 CF 17 08 X<>Y 09_LBL 01 10 CLA 11 ARCL IND X 12 OUTA 13 ISG X 14 GTO 01 15 AUTOIO 16 CLA 17 CLX 18 END 01_LBL "SENDF" 02 CLX 03 SEEKPTA 04 AUTOIO 05 "DOSLINK" 06 FINDID 07 SELECT 08 MANIO 09 CF 17 10_LBL 02 11 CLA 12 SF 25 13 GETX 14 FC? 25 15 GTO 03 16 ARCL X 17 OUTA 18 GTO 02 19_LBL 03 20 AUTOIO 21 CLA 22 CLX 23 END 01_LBL "SENDM" 02 1,001 03 IJ=A 04 AUTOIO 05 "DOSLINK" 06 FINDID 07 SELECT 08 MANIO 09 CF 17 10_LBL 04 11 CLA 12 SF 25 13 C>+ 14 FC? 25 15 GTO 05 16 ARCL X 17 OUTA 18 GTO 04 19_LBL 05 20 AUTOIO 21 CLA 22 CLX 23 END 01_LBL "SENDA" 02 CLX 03 SEEKPTA 04 AUTOIO 05 "DOSLINK" 06 SELECT 07 MANIO 08_LBL 06 09 CLA 10 SF 25 11 GETREC 12 FC? 25 13 GTO 07 14 OUTA 15 GTO 06 16_LBL 07 17 AUTOIO 18 CLA 19 CLX 20 END 01_LBL "RECVR" 02 AUTOIO 03 "DOSLINK" 04 FINDID 05 SELECT 06 MANIO 07 CF 17 08 X<>Y 09_LBL 08 10 CLA 11 INA 12 ENTER^ 13 CF 22 14 ANUM 15 FS? 22 16 STO IND Y 17 FC? 22 18 ASTO IND Y 19 RDN 20 ISG X 21 GTO 08 22 AUTOIO 23 CLA 24 CLX 25 END 01_LBL "RECVF" 02 CLX 03 SEEKPTA 04 AUTOIO 05 "DOSLINK" 06 FINDID 07 SELECT 08 MANIO 09 CF 17 10_LBL 09 11 CLA 12 INA 13 CF 22 14 ANUM 15 FS? 22 16 STO X 17 FC? 22 18 ASTO X 19 SF 25 20 SAVEX 21 FS? 25 22 GTO 09 23 AUTOIO 24 CLA 25 CLX 26 END 01_LBL "RECVM" 02 1,001 03 IJ=A 04 AUTOIO 05 "DOSLINK" 06 FINDID 07 SELECT 08 MANIO 09 CF 17 10_LBL 10 11 CLA 12 INA 13 CF 22 14 ANUM 15 FS? 22 16 STO X 17 FC? 22 18 ASTO X 19 SF 25 20 >C+ 21 FS? 25 22 GTO 10 23 AUTOIO 24 CLA 25 CLX 26 END 01_LBL "SENDNNN" 02 AUTOIO 03 "DOSLINK" 04 FINDID 05 SELECT 06 MANIO 07 CF 17 08 X<>Y 09 ENTER^ 10 ENTER^ 11 512 12 SIZE? 13 - 14 STO Y 15 1000 16 / 17 + 18 + 19_LBL 01 20 CLA 21 PEEKR 22 DCD 23 OUTA 24 RDN 25 ISG X 26 GTO 01 27 AUTOIO 28 CLA 29 CLX 30 RTN 31_LBL "RECVNNN" 32 AUTOIO 33 "DOSLINK" 34 FINDID 35 SELECT 36 MANIO 37 X<>Y 38 ENTER^ 39 ENTER^ 40 512 41 SIZE? 42 - 43 STO Y 44 1000 45 / 46 + 47 + 48 STO 00 49_LBL 02 50 CLA 51 INA 52 XEQ "CDE" 53 RCL 00 54 RCL [ 55 POKER 56 ISG 00 57 GTO 02 58 AUTOIO 59 CLA 60 CLX 61 RTN 62_LBL "CDE" 63 CLX 64 WSIZE 65 6,5 66 SF 22 67_LBL 03 68 5 69 PEEKB 70 ABSP 71 X<>Y 72 RDN 73 57 74 - 75 X>0? 76 2 77 X<=0? 78 9 79 + 80 X<0? 81 CLX 82 FS?C 22 83 GTO 03 84 16 85 * 86 + 87 POKEB 88 SF 22 89 CLX 90 5,5 91 X<>Y 92 A- 93 X_Y? 94 GTO 03 95 RCL c 96 END