text stringlengths 0 99.6k |
|---|
nulls or separator bytes will be saved in the file. This makes the editor |
useful for creating or editing source code files for an assembler (like the |
CBM assembler). |
NOTE: nulls are added to the file whenever the save routine comes across |
underlined text (reverse video). One null is used to mark the start of the |
underlined text, another the end. The load routine interprets these nulls in |
reverse, toggling the text between reverse video and normal whenever it comes |
across one. Occasionally, you may load a file that contains extra nulls in it |
(some BBS systems may add a few extra). When this happens, you'll have a lot |
of unwanted reverse video text. Use CTRL K to correct it (in the edit mode). |
Dear Everyone, |
When you download Data Library files which have extensions of .IMG |
( like SATIE1.IMG ) and you are using XMODEM Protocol to download these |
.IMG files, if your XMODEM Terminal Program does not "strip off" or remove |
the "six-character image header bytes" automatically, the downloaded Program |
file will not "load and run" properly. |
What you need to do then is to download from DL 1 here on CBMART, the |
file which will "strip off" the "six-character image header" and run this |
Program OFFLINE to convert your downloaded file. Its name is BINIMG.BIN and |
you will note it has a .BIN extension so you will be able to download it just |
fine with your XMODEM Terminal Program. |
I downloaded the BINIMG.BIN file from DL 1 here and although I have no |
files to test it with (as I use VIDTEX with B-Protocol), it seems to be run as |
assumed it would That is:-- |
load"binimg",8 |
Now you will see displayed: |
input file, device, drive |
Enter: |
inname, 8, 0 |
(that's provided you have a disk drive on device 8 drive 0) |
Now you will see displayed: |
output file, device, drive |
Enter: |
outname, 8, 0 |
NOTE: Enter just like my example as to commas and spaces. inname above is |
the name of the Program that will not load properly. outname is the new |
Program name for the converted file. |
Next you will see displayed: |
File Type? (Default S)? |
Enter: |
p |
(for Program type file) |
And a new file will be written to your disk. Then try to load this new file. |
Please let me know how it goes for you. Good Luck and take care. |
Sincerely, |
Sysop/Betty Knig |
*nb"BUG1/1/004" |
*lm6:rm78:pl66:tl60 |
*p#4:hd1:B128 Users Group Journal,, |
*ft4:----------------------------,page #,----------------------------- |
------------------------------------------------------------------------- |
Continued from page 3 |
With this new found capability I got involved in converting some C64 programs to check it out. A short example BASIC program listing follows: |
Northern Tune |
100 print "music (by jim butterfield): rem modified for the B128 by M. Schwanke |
110 l1=54272+1536:l2=54279+1536:l3=54286+1536:rem +1536 offset for b128 sid address |
120 h1=l1+1:h2=l2+1:h3=l3+1 |
130 v1=l1+4:v2=l2+4:v3=l3+4 |
140 poke 54296+1536,15 |
150 poke v1+1,9:poke v2+2,0 |
160 poke v2+1,36:poke v2+2,36 |
170 poke v3+1,18:poke v3+2,170 |
200 poke v1,16:poke v2,32:poke v3,16 |
210 read s:if s=0 goto 290 |
220 read x1,y1,x2,y2,x3,y3 |
230 if x1 then poke h1,x1:poke l1,y1:poke v1,17 |
240 if x2 then poke h2,x2:poke l2,y2:poke v2,33 |
250 if x3 then poke h3,x3:poke l3,y3:poke v3,17 |
260 s=s-1: for a0=1 to 5: next a0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.