Separate routine for fetching the current stack pointer
This commit is contained in:
@@ -275,6 +275,13 @@ namespace Bloom::Targets
|
||||
*/
|
||||
virtual void setProgramCounter(std::uint32_t programCounter) = 0;
|
||||
|
||||
/**
|
||||
* Should fetch the current stack pointer value.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
virtual std::uint32_t getStackPointer() = 0;
|
||||
|
||||
/**
|
||||
* Should get the current pin states for each pin on the target, mapped by pin number
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user