Changeset 84c0125 in buchla-68k for vlib/vputcv.s


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vputcv.s

    r15854f1 r84c0125  
    66
    77|       vputcv(adr, row, col, chr, atr, cols)
    8 |       unsigned int |adr, row, col, chr, atr, cols;
     8|       unsigned int *adr, row, col, chr, atr, cols;
    99
    1010|               Stores character 'chr' at ('row', 'col') in the
     
    3232                move.w  P_COL(a6),d1    | Get col
    3333                add.l   d1,d0           | Add col into d0 to get char. #
    34                 move.l  d0,d1           | Develop cw = (cn/2)|6 in d1
     34                move.l  d0,d1           | Develop cw = (cn/2)*6 in d1
    3535                andi.l  #0xFFFFFFFE,d1  | ...
    3636                move.l  d1,d2           | ...
Note: See TracChangeset for help on using the changeset viewer.