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

    r84c0125 r8325447  
    2222                .text
    2323
    24                 .xdef   _vcputsv
     24                .xdef   vcputsv
    2525
    26                 .xref   _cgtable
     26                .xref   cgtable
    2727
    2828| Argument offsets from a6:
     
    6969                .page
    7070
    71 _vcputsv:       link    a6,#0           | Link stack frames
     71vcputsv:        link    a6,#0           | Link stack frames
    7272                movem.l d3-d6/a3,-(a7)  | Save registers we use
    7373                move.w  #PSHIFT,d1      | Set shift constant
     
    9797                movea.l a3,a1           | Establish output pointer in a1
    9898                adda.l  #HCW,a3         | Update output pointer for next char.
    99                 lea     _cgtable,a0     | Establish CG pointer in a0
     99                lea     cgtable,a0      | Establish CG pointer in a0
    100100                lsl.w   #1,d0           | ... 2 * character
    101                 adda.w  d0,a0           | ... + _cgtable address
     101                adda.w  d0,a0           | ... + cgtable address
    102102                move.w  #VPIX-1,d6      | Set scan line counter in d6
    103103
Note: See TracChangeset for help on using the changeset viewer.