home *** CD-ROM | disk | FTP | other *** search
-
- screen .BIOS,cur B,up B,down B, ;; use "bios" calls only
- plain 0, menu 0, infobox 0, help 0, ;; plain
- menufirst 2, ;; bold
- status 080h, select 080h, error 080h, ;; reverse
- ^L 0, ;; plain
- ^E 01H, ;; italic
- ^B 02H, ;; bold
- ^A 04H, ;; large
- ^Q 05H, ;; subscript
- ^S 06H, ;; superscript
- ^C 07H, ;; reverse block (test)
- ^X 010H, ;; strikeout
- ^W 020H, ;; word underscore
- ^R 040H, ^T 040H, ^U 040H, ;; underscore
- ^D 080H, ^K 080H, ^O 080H, ^V 080H, ;; reverse
- ^J 020H, ^M 01BH ;; visible characters
-
- screen Bios,as .Bios,plain 07h
-
- screen SPFont25,as .BIOS,
- init H255>al 0 int 10h,
- reset H254>al 0 int 10h
-
- screen SPFont16,as SPFont25,rows 16 ;; good for testing, but little else
-
- screen SPFont25T1000,as SPFont25,
- init H255>al 0 int 10h 0ch out 3d9h ;; lower intensity on Tandy 1000
-
- screen SPFont16T1000Tall,as SPFont25T1000,rows 16
-
- screen SPFont29,as SPFont25,rows 29,cols 90
-
- screen SPFont43,as SPFont29,rows 43
-
-