Changeset 8325447 in buchla-68k for ram/tofpu.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
  • ram/tofpu.s

    r84c0125 r8325447  
    1717                .text
    1818
    19                 .xdef   _tofpu
    20                 .xdef   _fromfpu
     19                .xdef   tofpu
     20                .xdef   fromfpu
    2121
    2222TIME            =       8               | WORD - time argument  (either format)
     
    2525
    2626                .page
    27 _tofpu:         link    a6,#0           | link stack frames
     27tofpu:          link    a6,#0           | link stack frames
    2828                move.w  TIME(a6),d1     | get time interval
    2929                beq     notime          | jump if zero time
     
    5151
    5252                .page
    53 _fromfpu:       link    a6,#0           | link stack frames
     53fromfpu:        link    a6,#0           | link stack frames
    5454                move.w  TIME(a6),d1     | get FPU formatted time
    5555                beq     zerotime        | done if it's zero
Note: See TracChangeset for help on using the changeset viewer.