Changeset 84c0125 in buchla-68k for vlib/vsetcv.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/vsetcv.s

    r15854f1 r84c0125  
    66
    77|       vsetcv(adr, row, col, cfb, len)
    8 |       unsigned int |adr, row, col, cfb, len;
     8|       unsigned int *adr, row, col, cfb, len;
    99
    1010|               Sets colors 'cfb' at ('row', 'col') in the
     
    2828                move.w  P_COL(a6),d1    | Get col
    2929                add.l   d1,d0           | Add col into d0 to get char. #
    30                 move.l  d0,d1           | Develop cw = (cn/2)|6 in d1
     30                move.l  d0,d1           | Develop cw = (cn/2)*6 in d1
    3131                andi.l  #0xFFFFFFFE,d1  | ...
    3232                move.l  d1,d2           | ...
Note: See TracChangeset for help on using the changeset viewer.