Index

Options


Selecting the options menu opens the options dialog. The following options are available:

Assembler Tab
Generate list files: Check to generate a list file on assembly.
Generate Symbol table: Check to generate a symbol table list on assembly.
Generate cross-reference list: Check to generate a cross-reference table on assembly.
Assemble into physical address space: Check to assemble data into physical addresses. Otherwise, the assembly results are placed in memory according to virtual address. The check box has no effect if the CPU has no virtual addressing.

Threading Tab
Max threads: The maximum number of threads to allow while running CEF32.
Thread priority: Select the priority of threads.

Master Clock Tab
Enabled: Check to enable the master clock.
Mode: Select the master clock mode. The options are:

Option Meaning
Default The clock synchronizes components so that operations happen in the proper order, but the clock runs as fast as possible even if it is faster than the hardware being emulated.
Ignore The clock is not used. This means that all components provide results immediately, which results in the fastest possible performance, but may cause problems with components that rely on delays (such as from a disk drive).
Synchronize The clock is synchronized with real-time. There is no guarantee that the emulation will run at full speed, only that it will not run faster.

Unblock all components after immediate mode execution: