EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t3182: Machine instructions AAA, AAD, AAM, AAS, DAA, DAS


Tested procedures
IigAAA   IigAAD   IigAAM   IigAAS   IigDAA   IigDAS  
Source & expected listing t3182.htm.lst
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=28, CPU=386 | |t3182 PROGRAM FORMAT=BIN, SECTIONALIGN=0, FILEALIGN=0, IMAGEBASE=0, LISTMAP=OFF, LISTGLOBALS=OFF |[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE |0000:D40A | AAM |0002:D40A | AAM 10 |0004:D410 | AAM 16 |0006:D480 | AAM -128 |0008:D50A | AAD |000A:D50A | AAD 10 |000C:D510 | AAD 16 |000E:D580 | AAD -128 |0010:37 | AAA |0011:3F | AAS |0012:27 | DAA |0013:2F | DAS |0014: | |[Mode32] |[Mode32] SEGMENT WIDTH=32,PURPOSE=CODE |00000000:D40A | AAM |00000002:D40A | AAM 10 |00000004:D410 | AAM 16 |00000006:D480 | AAM -128 |00000008:D50A | AAD |0000000A:D50A | AAD 10 |0000000C:D510 | AAD 16 |0000000E:D580 | AAD -128 |00000010:37 | AAA |00000011:3F | AAS |00000012:27 | DAA |00000013:2F | DAS |00000014: | | | ENDPROGRAM t3182
Expected messages t3182.out
I0180 Assembling source file "t3182.htm". I0270 Assembling source "t3182". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t3182". "t3182.htm"{64} I0510 Assembling program pass 1. "t3182.htm"{64} I0530 Assembling program pass 2 - final. "t3182.htm"{64} I0660 16bit TINY BIN file "t3182.bin" created, size=52. "t3182.htm"{93} I0650 Program "t3182" assembled in 2 passes with errorlevel 0. "t3182.htm"{93} I0750 Source "t3182" (111 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t3182.htm.lst" created, size=1307. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲