Skip to content

The-8bit-Noob/AGON_DEMO_02_UDC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AGON_DEMO_02_UDC2

A simple demo of using user defined characters.
The same as AGON_DEMO_01_UDC but using VDU statements chained together instead of PRINT TAB etc.
Less code but not as human readable.
YouTube Link:
https://youtu.be/mDo5QZ3cZqA

Look at this section of line 9030:

9030 VDU 31,T1X,T1Y,27,201,27,202,
VDU 31,T1X,T1Y = PRINT TAB(T1X,T1Y)......
VDU 27,201     = CHR$(201)......
VDU 27,202     = CHR$(202)......

Now look at AGON_DEMO_01_UDC and you see there on line 9060.

PRINT TAB(T1X,T1Y);CHR$(201);CHR$(202)

Releases

No releases published

Packages

No packages published

Languages