POSITION.I

[Table of Contents]

The POSITION.I include file resides on the Kyan Pascal 2.x Disk 2. It includes one procedure:


  • procedure POSITION


Kyan Pascal implementation of the Atari BASIC POSITION command.

Source Code


procedure position(horiz,vert:integer);
begin
#a
 LDY #5
 LDA (_SP),Y
 STA $54
 LDY #7
 LDA (_SP),Y
 STA $55
 INY
 LDA (_SP),Y
 STA $56
#
END;

No comments:

Post a Comment