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

    r84c0125 r8325447  
    1414                .text
    1515
    16                 .xdef   _vputc
     16                .xdef   vputc
    1717
    18 _vputc:         link    a6,#0           | Link stack frame pointer
     18vputc:          link    a6,#0           | Link stack frame pointer
    1919                clr.l   d0              | Clear out d0
    2020                move.w  12(a6),d0       | Get row
Note: See TracChangeset for help on using the changeset viewer.