VirtualBox

source: vbox/trunk/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm@ 94125

Last change on this file since 94125 was 93115, checked in by vboxsync, 3 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 920 bytes
Line 
1; $Id: tstAsmFnstsw-1.asm 93115 2022-01-01 11:31:46Z vboxsync $
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-2022 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
22%include "tstAsm.mac"
23 BITS TEST_BITS
24
25 fstsw ax
26 fnstsw ax
27 fstsw [xBX]
28 fnstsw [xBX]
29 fstsw [xBX+xDI]
30 fnstsw [xBX+xDI]
31
Note: See TracBrowser for help on using the repository browser.

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