Deleted Added
sdiff udiff text old ( 4276:f0030662ee2a ) new ( 4526:4458edb6990d )
full compact
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

--- 71 unchanged lines hidden (view full) ---

80def bitfield MODRM_MOD modRM.mod;
81def bitfield MODRM_REG modRM.reg;
82def bitfield MODRM_RM modRM.rm;
83
84def bitfield SIB sib;
85def bitfield SIB_SCALE sib.scale;
86def bitfield SIB_INDEX sib.index;
87def bitfield SIB_BASE sib.base;