public class Monitor extends Object
| Modifier and Type | Method and Description |
|---|---|
Predicate<Mpu6502> |
addBreakpoint(Predicate<Mpu6502> breakpoint) |
Predicate<Mpu6502> |
addMemoryValueBreakpoint(int address,
int breakValue) |
Predicate<Mpu6502> |
addProgramCounterBreakpoint(int breakAddress) |
void |
removeBreakpoint(Predicate<Mpu6502> breakpoint) |
void |
run() |
String |
toString() |
Copyright © 2018. All rights reserved.