home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1999-04-03 | 466 b | 21 lines |
- Load Iff "dh3:grafik/dpaint/picture/multifonts/16x64x02-Curved",0
- Reserve As Work 9,59*1024
- ST=Start(9)
- Reserve As Work 10,59*64*2
- SST=Start(10)
- For A=0 To 58
- XX=(A mod 20)*16
- YY=(A/20)*64
- For Y=0 To 63
- Z=0
- For X=0 To 15
- P=Point(XX+X,YY+Y)
- Poke ST,P
- Z=Z*2+P
- Inc ST
- Next
- Doke SST,Z : Add SST,2
- Next
- Next
- Extension_8_0472 "dh1:assembler/qapmoc/fontdata.chk",9
- Extension_8_0472 "dh1:assembler/qapmoc/fontdata.raw",10