Show
Ignore:
Timestamp:
10/11/09 00:52:29 (3 years ago)
Author:
brandonlw
Message:

Remove the explicit link assist disables and re-order some stuff, see if we can get the silent linking working more stably

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/mathcore.asm

    r49 r50  
    44 include "includes\os2.inc" 
    55 
    6  PUBLIC OP1ToOP4 
     6 PUBLIC OP1ToOP4,OP1ToOP2 
    77 
    88OP1ToOP4: 
     
    2323       ret 
    2424 
     25OP1ToOP2: 
     26       ld hl,OP1 
     27       ld de,OP2 
     28       jr Mov11B 
     29