Changeset 3370595 in buchla-68k for ram/sedisp.s


Ignore:
Timestamp:
08/07/2017 03:19:26 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
16badfe
Parents:
27c8d40
Message:

Fix symbol collisions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sedisp.s

    r27c8d40 r3370595  
    595595| dslocn -- display location
    596596| ------    ----------------
    597 dslocn:         clr.w   d0                      | get group number
     597dslocn_:        clr.w   d0                      | get group number
    598598                move.b  E_DATA1(a0),d0          | ... in d0
    599599                add.w   d0,d0                   | ... as a word offset
     
    11991199                .dc.l   dstune          | 10    tuning
    12001200                .dc.l   dsgrp           | 11    group status
    1201                 .dc.l   dslocn          | 12    location
     1201                .dc.l   dslocn_         | 12    location
    12021202                .dc.l   dsdyn           | 13    dynamics
    12031203                .dc.l   dsanvl          | 14    analog value
Note: See TracChangeset for help on using the changeset viewer.