VirtualBox

Changeset 19 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Jan 15, 2007 1:07:05 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17447
Message:

nasm.mac -> asmdefs.mac + header adjustments.

Location:
trunk/src/VBox/VMM/testcase
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; Assembly / C structure layout testcase.
    24;
    3 ; Make nasm create absolute symbols for the structure definition
     5; Make yasm/nasm create absolute symbols for the structure definition
    46; which we can parse and make code from using objdump and sed.
     7;
    58
     9;
    610; Copyright (C) 2006 InnoTek Systemberatung GmbH
    711;
     
    1721; distribution, then only the terms of your commercial VirtualBox
    1822; license agreement apply instead of the previous paragraph.
     23;
    1924
    2025%ifdef __AMD64__
  • trunk/src/VBox/VMM/testcase/tstHelpA.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
    2 ;
    33; testcase helpers.
    44;
    55
     6;
    67; Copyright (C) 2006 InnoTek Systemberatung GmbH
    78;
     
    1718; distribution, then only the terms of your commercial VirtualBox
    1819; license agreement apply instead of the previous paragraph.
     20;
    1921
    20 %include "VBox/nasm.mac"
     22%include "VBox/asmdefs.mac"
    2123%include "VBox/cpum.mac"
    2224
  • trunk/src/VBox/VMM/testcase/tstMicro.mac

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; Micro Testcase, profiling special CPU operations.
    24;
    3 ; Micro Testcase, profiling special CPU operations.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922%ifndef __tstMicro_mac__
  • trunk/src/VBox/VMM/testcase/tstMicroGCA.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
    2 
     3; tstMicroGCA
     4;
     5
     6;
    37; Copyright (C) 2006 InnoTek Systemberatung GmbH
    48;
     
    1418; distribution, then only the terms of your commercial VirtualBox
    1519; license agreement apply instead of the previous paragraph.
    16 
     20;
    1721
    1822;*******************************************************************************
    1923;*      Header Files                                                           *
    2024;*******************************************************************************
    21 %include "VBox/nasm.mac"
     25%include "VBox/asmdefs.mac"
    2226%include "VBox/x86.mac"
    2327%include "VBox/cpum.mac"
  • trunk/src/VBox/VMM/testcase/tstProg-1A.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; tstProg-1a assembly.
    24;
    3 ; tstProg-1a assembly.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    19 
    20 %include "VBox/nasm.mac"
     22%include "VBox/asmdefs.mac"
    2123
    2224BEGINCODE
  • trunk/src/VBox/VMM/testcase/tstProg-2A.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; tstProg-2a assembly.
    24;
    3 ; tstProg-2a assembly.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    19 %include "VBox/nasm.mac"
     22%include "VBox/asmdefs.mac"
    2023
    2124BEGINCODE
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette