fix inderect addr
This commit is contained in:
@@ -837,7 +837,7 @@ namespace PIC_Simulator.PIC
|
||||
|
||||
if (index == ADDR_INDF) // indirekte adresierung
|
||||
{
|
||||
if (Register[ADDR_FSR] % 0x80 != 0) return 0;
|
||||
if (Register[ADDR_FSR] % 0x80 == 0) return 0;
|
||||
return Register[Register[ADDR_FSR]];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user