Changeset 35474 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Jan 11, 2011 9:08:30 AM (14 years ago)
- Location:
- trunk/src/VBox/Disassembler/testcase
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm
r9100 r35474 1 ; $Id: tstAsmLock-1.asm 60692 2010-04-27 08:22:32Z umoeller $ 2 ;; @file 3 ; Disassembly testcase - Valid fnstsw* instructitons. 4 ; 5 ; This is a build test, that means it will be assembled, disassembled, 6 ; then the disassembly output will be assembled and the new binary will 7 ; compared with the original. 8 ; 9 10 ; 11 ; Copyright (C) 2008-2011 Oracle Corporation 12 ; 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 14 ; available from http://www.virtualbox.org. This file is free software; 15 ; you can redistribute it and/or modify it under the terms of the GNU 16 ; General Public License (GPL) as published by the Free Software 17 ; Foundation, in version 2 as it comes in the "COPYING" file of the 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ; 21 1 22 %include "tstAsm.mac" 2 23 BITS TEST_BITS -
trunk/src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm
r9098 r35474 1 ; $Id$ 2 ;; @file 3 ; Disassembly testcase - Valid mov from/to segment instructions. 4 ; 5 ; This is a build test, that means it will be assembled, disassembled, 6 ; then the disassembly output will be assembled and the new binary will 7 ; compared with the original. 8 ; 9 10 ; 11 ; Copyright (C) 2008-2011 Oracle Corporation 12 ; 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 14 ; available from http://www.virtualbox.org. This file is free software; 15 ; you can redistribute it and/or modify it under the terms of the GNU 16 ; General Public License (GPL) as published by the Free Software 17 ; Foundation, in version 2 as it comes in the "COPYING" file of the 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ; 21 1 22 BITS TEST_BITS 2 23 -
trunk/src/VBox/Disassembler/testcase/tstAsmMovzx-1.asm
r9099 r35474 1 ; $Id$ 2 ;; @file 3 ; Disassembly testcase - Valid movzx sequences and related instructions. 4 ; 5 ; This is a build test, that means it will be assembled, disassembled, 6 ; then the disassembly output will be assembled and the new binary will 7 ; compared with the original. 8 ; 9 10 ; 11 ; Copyright (C) 2008-2011 Oracle Corporation 12 ; 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 14 ; available from http://www.virtualbox.org. This file is free software; 15 ; you can redistribute it and/or modify it under the terms of the GNU 16 ; General Public License (GPL) as published by the Free Software 17 ; Foundation, in version 2 as it comes in the "COPYING" file of the 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ; 21 1 22 BITS TEST_BITS 2 23 -
trunk/src/VBox/Disassembler/testcase/tstAsmPop-1.asm
r9098 r35474 1 ; $Id$ 2 ;; @file 3 ; Disassembly testcase - Valid pop sequences and related instructions. 4 ; 5 ; This is a build test, that means it will be assembled, disassembled, 6 ; then the disassembly output will be assembled and the new binary will 7 ; compared with the original. 8 ; 9 10 ; 11 ; Copyright (C) 2008-2011 Oracle Corporation 12 ; 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 14 ; available from http://www.virtualbox.org. This file is free software; 15 ; you can redistribute it and/or modify it under the terms of the GNU 16 ; General Public License (GPL) as published by the Free Software 17 ; Foundation, in version 2 as it comes in the "COPYING" file of the 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ; 21 1 22 BITS TEST_BITS 2 23 %if TEST_BITS != 64 -
trunk/src/VBox/Disassembler/testcase/tstAsmPush-1.asm
r9098 r35474 1 ; $Id$ 2 ;; @file 3 ; Disassembly testcase - Valid push sequences and related instructions. 4 ; 5 ; This is a build test, that means it will be assembled, disassembled, 6 ; then the disassembly output will be assembled and the new binary will 7 ; compared with the original. 8 ; 9 10 ; 11 ; Copyright (C) 2008-2011 Oracle Corporation 12 ; 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 14 ; available from http://www.virtualbox.org. This file is free software; 15 ; you can redistribute it and/or modify it under the terms of the GNU 16 ; General Public License (GPL) as published by the Free Software 17 ; Foundation, in version 2 as it comes in the "COPYING" file of the 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ; 21 1 22 BITS TEST_BITS 2 23 %if TEST_BITS != 64 -
trunk/src/VBox/Disassembler/testcase/tstAsmSignExtend-1.asm
r9099 r35474 1 ; $Id$ 2 ;; @file 3 ; Disassembly testcase - Valid sign extension instructions. 4 ; 5 ; This is a build test, that means it will be assembled, disassembled, 6 ; then the disassembly output will be assembled and the new binary will 7 ; compared with the original. 8 ; 9 10 ; 11 ; Copyright (C) 2008-2011 Oracle Corporation 12 ; 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 14 ; available from http://www.virtualbox.org. This file is free software; 15 ; you can redistribute it and/or modify it under the terms of the GNU 16 ; General Public License (GPL) as published by the Free Software 17 ; Foundation, in version 2 as it comes in the "COPYING" file of the 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ; 21 1 22 %include "tstAsm.mac" 2 23 BITS TEST_BITS
Note:
See TracChangeset
for help on using the changeset viewer.