1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-03 02:08:00 +00:00

FNT - Font loader daemon for SITS.

This commit is contained in:
Lars Brinkhoff
2022-10-21 18:26:38 +02:00
parent 1e10cd1bc1
commit c3a6e12aaf
7 changed files with 7688 additions and 0 deletions

2228
src/sits/bigf.7 Executable file

File diff suppressed because it is too large Load Diff

2223
src/sits/bigf.ast Executable file

File diff suppressed because it is too large Load Diff

33
src/sits/fnt.8 Executable file
View File

@@ -0,0 +1,33 @@
.TITLE FONT LOADER DAEMON
P==%6
.INSRT SITS;SITMAC >
.INSRT SITS;SITSS SYMS
FSTRT=40000
FSTRT0=FSTRT
.INSRT SITS; BIGF >
FSTRT=100000
FSTRT2=FSTRT
.INSRT SITS;MEDFNT >
FSTRT=60000
FSTRT1=FSTRT
.INSRT SITS; SMALLF >
GO: MOV #PDL,P
; SAVE <#FSTRT0,#.PRWRT*400>
; $FONT
SAVE <#FSTRT1,#.PRWRT*400+1>
$FONT
; SAVE <#FSTRT2,#.PRWRT*400+2>
SAVE <#FSTRT2,#.PRWRT*400+0>
$FONT
BPT
JMP GO
PAT:
PATCH: .BLKW 100
PDL:
.END GO

1903
src/sits/medfnt.11 Executable file

File diff suppressed because it is too large Load Diff

1292
src/sits/smallf.5 Executable file

File diff suppressed because it is too large Load Diff