Loader program for the VG

 BBS: Inland Empire Archive
Date: 03-16-93 (22:05)             Number: 353
From: EARL MONTGOMERY              Refer#: NONE
  To: ALL                           Recvd: NO  
Subj: Loader program for the VG      Conf: (2) Quik_Bas
SCREEN 0: CLS
DEFINT A-Z
INPUT "File Name to load "; N$
SCREEN 13
OUT &H3C8, 0
FOR X = 0 TO 767
OUT &H3C9, 0
NEXT
DEF SEG = &HA000
BLOAD N$, 0
DEF SEG = &HA000 + 4000
OUT &H3C8, 0
FOR X = 0 TO 767
P = PEEK(X)
OUT &H3C9, P
NEXT
999 GOTO 999


--- Maximus 2.01wb
 * Origin: Rabbit and Snake's BBS - Richardson, Texas (1:124/6108)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET