Changeset 84c0125 in buchla-68k for lib700


Ignore:
Timestamp:
08/07/2017 01:05:57 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8325447
Parents:
15854f1
Message:

Fix * in comments.

Location:
lib700
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lib700/blkfill.s

    r15854f1 r84c0125  
    55|       void
    66|       blkfill(where, what, count)
    7 |       char |where;
     7|       char *where;
    88|       char what;
    99|       short count;
  • lib700/blkmove.s

    r15854f1 r84c0125  
    55|       void
    66|       blkmove(to, from, n)
    7 |       char |to, |from;
     7|       char *to, *from;
    88|       short n;
    99
  • lib700/rand24.s

    r15854f1 r84c0125  
    1313
    1414| Computes:
    15 |               S = [S | C] + K
     15|               S = [S * C] + K
    1616
    1717| Where:
Note: See TracChangeset for help on using the changeset viewer.