Changeset 4cfe69a in buchla-68k for vlib/vwputp.s


Ignore:
Timestamp:
07/16/2017 03:10:36 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
62340ef
Parents:
5117699
Message:

Use .ds and .dc pseudo-ops. Generate debug symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vwputp.s

    r5117699 r4cfe69a  
    102102                bra     vputexit                | Go unlink stack and return
    103103
    104 MTAB:           dc.w    0xFFFC,0xFFF3,0xFFCF,0xFF3F     | Mask table
    105                 dc.w    0xFCFF,0xF3FF,0xCFFF,0x3FFF
    106 STAB:           dc.w    0,2,4,6,8,10,12,14      | Shift table
     104MTAB:           .dc.w   0xFFFC,0xFFF3,0xFFCF,0xFF3F     | Mask table
     105                .dc.w   0xFCFF,0xF3FF,0xCFFF,0x3FFF
     106STAB:           .dc.w   0,2,4,6,8,10,12,14      | Shift table
    107107
    108108                .end
Note: See TracChangeset for help on using the changeset viewer.