Package be.lmenten.avr.core.data
Class CoreStatusRegister
java.lang.Object
be.lmenten.avr.core.CoreMemoryCell
be.lmenten.avr.core.data.CoreData
be.lmenten.avr.core.data.CoreRegister
be.lmenten.avr.core.data.CoreStatusRegister
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
c()
void
c(boolean state)
clone()
boolean
h()
void
h(boolean state)
boolean
i()
void
i(boolean state)
boolean
n()
void
n(boolean state)
boolean
s()
void
s(boolean state)
void
setData(CoreStatusRegister sreg)
boolean
t()
void
t(boolean state)
boolean
v()
void
v(boolean state)
boolean
z()
void
z(boolean state)
Methods inherited from class be.lmenten.avr.core.data.CoreRegister
bit, bit, bits, getBitByName, getBitName, getName, getRegisterDescriptor, mask, toString
Methods inherited from class be.lmenten.avr.core.data.CoreData
bits, getDataWidth, mask, reset, toParsedLine
Methods inherited from class be.lmenten.avr.core.CoreMemoryCell
addAccessListener, bit, bit, bit0, bit0, bit1, bit1, bit2, bit2, bit3, bit3, bit4, bit4, bit5, bit5, bit6, bit6, bit7, bit7, fireAccessEvent, fireExecuteAccessEvent, fireReadAccessEvent, fireWriteAccessEvent, getAccessesCount, getAccessesIterator, getCellAddress, getData, getDataMask, getInitialData, hasCellAddress, hasData, hasInitialData, isDirty, isExecuteAccessRecordingEnabled, isReadAccessRecordingEnabled, isWriteAccessRecordingEnabled, rawGetData, rawSetData, recordExecuteAccess, recordReadAccess, recordWriteAccess, removeAccessListener, setCellAddress, setData, setData, setDirty, setExecuteAccessRecordingEnabled, setReadAccessRecordingEnabled, setWriteAccessRecordingEnabled, silentGetData, silentSetData, toParsedLine, wasAccessed
-
Constructor Details
-
CoreStatusRegister
-
-
Method Details
-
c
public boolean c() -
z
public boolean z() -
n
public boolean n() -
v
public boolean v() -
s
public boolean s() -
h
public boolean h() -
t
public boolean t() -
i
public boolean i() -
c
public void c(boolean state) -
z
public void z(boolean state) -
n
public void n(boolean state) -
v
public void v(boolean state) -
s
public void s(boolean state) -
h
public void h(boolean state) -
t
public void t(boolean state) -
i
public void i(boolean state) -
setData
-
clone
-