Results 1 to 1 of 1
  1. #1
    tpny189
    tpny189 is offline
    Guest
    Join Date
    2013 Jun
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    64 driven asm and c mixed compilation

    In fact, there are even more simple:

    The first approach:
    Added directly in the source file:
    AMD64_SOURCES = amd64 \ asm.asm # This is the 64's, 32's can be changed I386_SOURCES
    But there would not have joined asm.asm SOURCES up.

    The second approach:
    Create a project directory folder named amd64, which placed compilation of documents,
    Then added directly inside the assembler source file.

    Note:
    If the following conditions:
    1> d: \ winddk \ work \ c \ amd64 \ asm.asm (1): error A2039: line too long
    1> d: \ winddk \ work \ c \ amd64 \ asm.asm (1): error A2088: END directive required at end of file
    google it says is a version of ml.exe problems that may subsequently improved. The solution is:
    The system comes with Notepad to open the file, a look at the source code is only one line. Note: use other editing tools are good.
    Solution: In Notepad formatting code inside hand on ok!

Similar Threads

  1. YogBox - Minecraft good mods compilation
    By Grooguz in forum MineCraft
    Replies: 0
    Last Post: 2011-09-21, 05:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •