- Timestamp:
- 08/07/2017 01:05:57 PM (7 years ago)
- Branches:
- master
- Children:
- 8325447
- Parents:
- 15854f1
- Location:
- lib700
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lib700/blkfill.s
r15854f1 r84c0125 5 5 | void 6 6 | blkfill(where, what, count) 7 | char |where;7 | char *where; 8 8 | char what; 9 9 | short count; -
lib700/blkmove.s
r15854f1 r84c0125 5 5 | void 6 6 | blkmove(to, from, n) 7 | char |to, |from;7 | char *to, *from; 8 8 | short n; 9 9 -
lib700/rand24.s
r15854f1 r84c0125 13 13 14 14 | Computes: 15 | S = [S |C] + K15 | S = [S * C] + K 16 16 17 17 | Where:
Note:
See TracChangeset
for help on using the changeset viewer.