tstAsmStructsAsm.asm revision 23df95deff774c30a68bea6ca1543293a4c5322f
2N/A; $Id$
2N/A;; @file
2N/A; Assembly / C structure layout testcase.
2N/A;
2N/A; Make yasm/nasm create absolute symbols for the structure definition
2N/A; which we can parse and make code from using objdump and sed.
2N/A;
2N/A
2N/A;
2N/A; Copyright (C) 2006 InnoTek Systemberatung GmbH
2N/A;
2N/A; This file is part of VirtualBox Open Source Edition (OSE), as
2N/A; available from http://www.virtualbox.org. This file is free software;
2N/A; you can redistribute it and/or modify it under the terms of the GNU
2N/A; General Public License as published by the Free Software Foundation,
2N/A; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
2N/A; distribution. VirtualBox OSE is distributed in the hope that it will
2N/A; be useful, but WITHOUT ANY WARRANTY of any kind.
2N/A;
2N/A; If you received this file as part of a commercial VirtualBox
2N/A; distribution, then only the terms of your commercial VirtualBox
2N/A; license agreement apply instead of the previous paragraph.
2N/A;
2N/A
2N/A%ifdef __AMD64__
2N/ABITS 64
2N/A%endif
2N/A
2N/A%include "../CPUMInternal.mac"
2N/A%include "../TRPMInternal.mac"
2N/A%include "../VMMInternal.mac"
2N/A%include "VBox/cpum.mac"
2N/A%include "VBox/vm.mac"
2N/A%include "../VMMSwitcher/VMMSwitcher.mac"
2N/A
2N/A.text
2N/A.data
2N/A.bss
2N/A
2N/A