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:
2228
src/sits/bigf.7
Executable file
2228
src/sits/bigf.7
Executable file
File diff suppressed because it is too large
Load Diff
2223
src/sits/bigf.ast
Executable file
2223
src/sits/bigf.ast
Executable file
File diff suppressed because it is too large
Load Diff
33
src/sits/fnt.8
Executable file
33
src/sits/fnt.8
Executable 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
1903
src/sits/medfnt.11
Executable file
File diff suppressed because it is too large
Load Diff
1292
src/sits/smallf.5
Executable file
1292
src/sits/smallf.5
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user