RS232
This commit is contained in:
@@ -808,6 +808,11 @@ namespace PIC_Simulator.PIC
|
||||
Register[index] = SetBit(Register[index], bit, wert);
|
||||
}
|
||||
|
||||
public void SetRegisterOhneBank(uint index, uint wert)
|
||||
{
|
||||
Register[index] = wert;
|
||||
}
|
||||
|
||||
public bool GetRegisterOhneBank(uint index, uint bit)
|
||||
{
|
||||
return GetBit(Register[index], bit);
|
||||
|
||||
Reference in New Issue
Block a user