ACTCSET.I

[Table of Contents]

The ACTCSET.I include file resides on the Kyan Pascal 2.x Utilities Disk 1. It contains one procedure, ACTIVATE_CHAR_SET, which is used to active an alternative character set, usually one that you design yourself.

For an example of use, see CUSTCHAR.P

See also: LOADCSET.I

PROCEDURE Activate_Char_Set(ADR:INTEGER);
BEGIN
#A
  LDY #6      ;offset to Loc
  LDA (_SP),Y ;...get value
  STA $2F4    ;...store in CHBAS (756)
#
END;(* Activate_Char_Set procedure *)

No comments:

Post a Comment