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

    r84c0125 r8325447  
    1414                .text
    1515
    16                 .xdef   _vputa
     16                .xdef   vputa
    1717
    1818SBASE           =       8               | LONG - 'sbase'
     
    2121ATTR            =       16              | WORD - 'attrib'
    2222
    23 _vputa:         link    a6,#0           | Link stack frame pointer
     23vputa:          link    a6,#0           | Link stack frame pointer
    2424                clr.l   d0              | Clear out d0
    2525                move.w  ROW(a6),d0      | Get row
Note: See TracChangeset for help on using the changeset viewer.