|
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: 256 (0x100) Types: TextFile Names: »PUT.SRC«
└─⟦8dcf1351b⟧ Bits:30004118/disk2.imd SW1720/I5 Pascal/MT+ Release 5.5 └─⟦this⟧ »PUT.SRC«
MODULE PUTREC; (*$M PUT*) (*$M **) (*$I 80rtp/fibdef.lib*) VAR @LFB: EXTERNAL ^FIB; EXTERNAL PROCEDURE @WNB; PROCEDURE PUT(VAR F:FIB; SZ:INTEGER); BEGIN @LFB := ADDR(F); @WNB (* GO WRITE BUFFER OUT *) END; MODEND. «eof»