Changeset 8325447 in buchla-68k for vlib/vsetcv.s


Ignore:
Timestamp:
08/07/2017 02:04:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
27c8d40
Parents:
84c0125
Message:

Removed _ prefix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vsetcv.s

    r84c0125 r8325447  
    1414                .text
    1515
    16                 .xdef   _vsetcv
     16                .xdef   vsetcv
    1717
    1818P_ADR           =       8
     
    2222P_LEN           =       18
    2323
    24 _vsetcv:        link    a6,#0           | Link stack frame pointer
     24vsetcv:         link    a6,#0           | Link stack frame pointer
    2525                move.w  P_ROW(a6),d0    | Get row
    2626                mulu    P_LEN(a6),d0    | Multiply by len
Note: See TracChangeset for help on using the changeset viewer.