Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
Public Member Functions | Public Attributes | List of all members
miasm2.arch.x86.arch.bs_mem Class Reference
+ Inheritance diagram for miasm2.arch.x86.arch.bs_mem:
+ Collaboration diagram for miasm2.arch.x86.arch.bs_mem:

Public Member Functions

def encode
 
def decode
 

Public Attributes

 value
 

Detailed Description

Definition at line 3011 of file arch.py.

Member Function Documentation

def miasm2.arch.x86.arch.bs_mem.decode (   self,
  v 
)

Definition at line 3015 of file arch.py.

3016  def decode(self, v):
3017  self.value = v
3018  return v != 0b11
def miasm2.arch.x86.arch.bs_mem.encode (   self)

Definition at line 3012 of file arch.py.

3013  def encode(self):
3014  return self.value != 0b11

Member Data Documentation

miasm2.arch.x86.arch.bs_mem.value

Definition at line 3016 of file arch.py.


The documentation for this class was generated from the following file: