mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Initial iteration of public Processor API #87

Closed mnemonikr closed 8 months ago

mnemonikr commented 8 months ago

This is the first draft of the Processor API. There are other enhancements that need to be made, but this was beginning to require too many changes in the lower levels of the code to support those enhancements. Wanted to avoid a monolithic singular commit; this branch has already grown large.

Resolves #78