|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC3600/RC7000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC3600/RC7000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 432 (0x1b0) Types: TextFile Notes: @.LAGTXT, BASIC::@.LAGTXT Names: »@.LAGTXT«
└─⟦714f3848e⟧ Bits:30006597 ALM Copy 24.9.79 └─⟦this⟧
«ff» 0005 PAGE=0 0007 DIM A$(132) 0010 INPUT "A,B ",A,B 0015 PRINT " 00000 "; 0020 FOR I=A TO B 0030 CALL "GMEM",I,B 0040 IF B DIV 256 MOD 128>32 THEN LET A$=A$,CHR(B DIV 256) 0042 IF B MOD 128>32 THEN LET A$=A$,CHR(B MOD 128) 0044 IF LEN(A$)>120 THEN 0046 PRINT A$ 0047 PRINT USING "-+##### ",I; 0048 LET A$="" 0049 ENDIF 0050 NEXT I 0055 PRINT 0060 GOTO 0010