mirror of
https://github.com/Ed94/perfaware.git
synced 2026-09-14 03:39:23 +00:00
progress
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
# include "encoder.h"
|
||||
#endif
|
||||
|
||||
// ============================================================================
|
||||
// =========================================================================================
|
||||
// Encoding Table
|
||||
//
|
||||
// Part 1 target: the instruction cross-section exercised by Computer Enhance
|
||||
// listing 0042. Later Part 1 simulation listings use a subset of this table.
|
||||
// Part 1 target: the instruction cross-section exercised by Computer Enhance listing 0042.
|
||||
// Later Part 1 simulation listings use a subset of this table.
|
||||
//
|
||||
// Fixed opcode bits are kept in binary/signature form; ModR/M /digit selectors
|
||||
// use their encoded enumeration values.
|
||||
// ============================================================================
|
||||
// Fixed opcode bits are kept in binary/signature form;
|
||||
// ModR/M /digit selectors use their encoded enumeration values.
|
||||
// =========================================================================================
|
||||
|
||||
RO_ global X8616_Encoding x8616_encodings[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user