|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 512 (0x200) Types: TextFile Names: »PICCO.PAS«
└─⟦29e35ddf2⟧ Bits:30003931/CCPM_Tegn.imd Disketter indleveret af Steffen Jensen (Piccolo/Piccoline) └─⟦this⟧ »PICCO.PAS«
function piccoline:boolean; var mxcasette : array(.1..16.) of char; begin for n:=1 to 8 do mxcasette(.n.):='0'; mxcasette(.9.):='M'; mxcasette(.10.):='X'; mxcasette(.11.):='c'; mxcasette(.12.):='a'; mxcasette(.13.):='s'; mxcasette(.14.):='s'; mxcasette(.15.):=' '; mxcasette(.16.):=' '; reg.dx:=ofs(mxcasette); reg.ds:=seg(mxcasette); reg.cx:=135; swint(224,reg); if reg.ax=0 then piccoline:=true else piccoline:=false; end; «eof»