Ignore:
Timestamp:
Mar 10, 2015, 9:02:34 AM (11 years ago)
Author:
rousseau
Message:

Added support for JWasm

Set USE_JWASM=1 in the environment to use JWasm instead of Alp.

This is a quick hack as it does not use the existing JWASM.kmk
functionality of kBuild yet. So setting USE_JWASM:=1 in LocalConfig.kmk
will not work and JWasm must be somewhere in the PATH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/rpcrt4/util.asm

    r21916 r22086  
    1818_getEAX proc    near
    1919        ret
    20 endp
     20_getEAX endp
    2121
    2222public  _getEDX
     
    2424        mov     EAX, EDX
    2525        ret
    26 endp
     26_getEDX endp
    2727
    2828CODE32          ENDS
    2929
    3030END
    31 
    32 
    33 
Note: See TracChangeset for help on using the changeset viewer.