Changeset 84c0125 in buchla-68k for ram/serintr.s


Ignore:
Timestamp:
08/07/2017 01:05:57 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8325447
Parents:
15854f1
Message:

Fix * in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/serintr.s

    r15854f1 r84c0125  
    166166
    167167calldcd1:       move.w  d0,-(a7)                | Call the footswitch processor
    168                 jsr     (a2)                    | ... (|footX)(status)
     168                jsr     (a2)                    | ... (*footX)(status)
    169169                tst.w   (a7)+                   | ...
    170170                rts                             | Return to caller
     
    524524| DCD interrupt processor vectors
    525525| -------------------------------
    526 _foot1:         .ds.l   1                       | short (|foot1)();
    527 _foot2:         .ds.l   1                       | short (|foot2)();
    528 _pulse1:        .ds.l   1                       | short (|pulse1)();
    529 _pulse2:        .ds.l   1                       | short (|pulse2)();
     526_foot1:         .ds.l   1                       | short (*foot1)();
     527_foot2:         .ds.l   1                       | short (*foot2)();
     528_pulse1:        .ds.l   1                       | short (*pulse1)();
     529_pulse2:        .ds.l   1                       | short (*pulse2)();
    530530
    531531                .end
Note: See TracChangeset for help on using the changeset viewer.