BigChar

This file is part of and Long Island Sinclair Timex (LIST) User Group Library Tape #2. Download the collection to get this file.
Date: 198x
Type: Program
Platform(s): TS 2068
Tags: Demo

This program is a loader and save utility for a machine code routine called BIGCHAR, stored at memory address 64960 and occupying 407 bytes. When run normally, execution jumps to line 30, which calls the machine code at 64960 via RANDOMIZE USR. The routine will print the phrase in the REM on line 36 in large characters.

Content

Appears On

Track the OSCAR 10 satellite, design Bézier curves interactively, take a geography quiz on a hand-drawn map of North America, or hear the Olympic fanfare — LIST Library Tape 2 is a well-curated selection of practical and creative programs.

Related Products

Related Articles

Related Content

Image Gallery

Source Code

   10 REM BIGCHAR
   11 GO TO 30
   20 LOAD ""CODE 
   30 RANDOMIZE USR 64960
   36 REM "** L.I.S.T. GROUP **"
   39 STOP 
   40 SAVE "BIGCHAR" LINE 20: SAVE "CHAR"CODE 64960,407
   50 STOP 

Note: Type-in program listings on this website use ZMAKEBAS notation for graphics characters.

People

No people associated with this content.

Scroll to Top