★ APPLICATIONS ★ DIVERS ★ LINE FEED (POPULAR COMPUTING WEEKLY) ★![]() |
Line Feed (Popular Computing Weekly) | Applications Divers |
As the User Manual informs you, the Amstrad Basic issues a line feed Chr$(10) and a carriage return Chr$( 13) to a printer. If your printer, as mine does, also line feeds then List produces a double spacing. My The Jumpblock for printing a character is $8D2B which is in Ram and so can be amended. My program Pokes a jump to 43000 and Pokes into 43000-43008 the following: CP 10 — Compare A with 10 To test, enter the listing then run it. Set Width 255 then List, #8. You should get a normal listing. For future use Save this program, then Load the program you wish to list. Width 255 then List, #8. PopularComputingWeekly841206
|