EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t3500: Machine instructions WAIT FWAIT FFREE FFREEP


Description
FP instructions without operand
Tested procedures
IifWAIT   IifFWAIT   IifFFREE   IifFFREEP  
Source & expected listing t3500.htm.lst
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=24, CPU=X64, FPU=ON, UNDOC=ON | |t3500 PROGRAM FORMAT=BIN, LISTMAP=OFF, LISTGLOBALS=OFF |[Mode16] |[Mode16] SEGMENT WIDTH=16,PURPOSE=CODE |0000:9B | WAIT |0001:9B | FWAIT |0002:DDC0 | FFREE ST0 |0004:DDC1 | FFREE ST1 |0006:DDC7 | FFREE ST7 |0008:DFC0 | FFREEP ST0 |000A:DFC1 | FFREEP ST1 |000C:DFC7 | FFREEP ST7 |[Mode32] |[Mode32] SEGMENT WIDTH=32,PURPOSE=CODE |00000000:9B | WAIT |00000001:9B | FWAIT |00000002:DDC0 | FFREE ST0 |00000004:DDC1 | FFREE ST1 |00000006:DDC7 | FFREE ST7 |00000008:DFC0 | FFREEP ST0 |0000000A:DFC1 | FFREEP ST1 |0000000C:DFC7 | FFREEP ST7 |[Mode64] |[Mode64] SEGMENT WIDTH=64,PURPOSE=CODE |00000000:9B | WAIT |00000001:9B | FWAIT |00000002:DDC0 | FFREE ST0 |00000004:DDC1 | FFREE ST1 |00000006:DDC7 | FFREE ST7 |00000008:DFC0 | FFREEP ST0 |0000000A:DFC1 | FFREEP ST1 |0000000C:DFC7 | FFREEP ST7 | | ENDPROGRAM t3500
Expected messages t3500.out
I0180 Assembling source file "t3500.htm". I0270 Assembling source "t3500". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t3500". "t3500.htm"{61} I0510 Assembling program pass 1. "t3500.htm"{61} I0530 Assembling program pass 2 - final. "t3500.htm"{61} I0660 16bit TINY BIN file "t3500.bin" created, size=46. "t3500.htm"{89} I0650 Program "t3500" assembled in 2 passes with errorlevel 0. "t3500.htm"{89} I0750 Source "t3500" (107 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t3500.htm.lst" created, size=1264. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲