1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-26 20:27:13 +00:00

Muddle library files courtesy of Rick Shiffman.

Files are from RRS; AR5 MUDDLE on ToTS tape 9006256.  Some timestamps
are from DM _TAPE files.
This commit is contained in:
Lars Brinkhoff
2020-12-08 11:11:14 +01:00
parent 00afe4b60b
commit 88f5a7262c
9 changed files with 992 additions and 2 deletions

16
doc/rrs/uvbyte.order Normal file
View File

@@ -0,0 +1,16 @@
The UVBYTES package has now been released to the world, it will work on
both XXs and ITS. There is one function in this package, UV-BYTES. The
purpose of UV-BYTES is to corrupt UVECTORs into BYTES of any bytesize.
It does this by consing up a bytpointer of the requested byte size to
the UVECTOR. Note, the BYTES created UV-BYTES will shear the same
storage as the UVECTOR. The contents UVECTOR must be of primtype WORD.
The main use of UV-BYTES is to create multiple windows of different
bytesize to the same UVECTOR. The call to UV-BYTES follows.
;"UV-BYTES RETURNS BYTES FOR ANY GIVEN BYTE SIZE TO A UVECTOR
OF PRIMTYPE WORD. THE CALL TO THIS ROUTINE IS <UV-BYTES .UV .BSIZE>.
UV-BYTES RETURNS AN OBJECT OF TYPE BYTES. ARGS ARE:
.UV ........ A UVECTOR OF PRIMTYPE WORDS
.BSIZE ..... THE BYTE SIZE OF THE DESIRED BYTES, MUST BE LEES THAN 36."