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

    r15854f1 r84c0125  
    66
    77|       vputa(sbase, row, col, attrib)
    8 |       unsigned int |sbase, row, col, attrib;
     8|       unsigned int *sbase, row, col, attrib;
    99
    1010|               Stores attribute value 'attrib' for the character
     
    2828                andi.l  #0x0000003F,d1  | Mask down to 6 bits
    2929                or.l    d1,d0           | OR into d0 to get char. #
    30                 move.w  d0,d1           | Develop cw = (cn/2)|6 in d1
     30                move.w  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.