8bitgeek / libzpu

A Virtual Machine library for the ZPU architecture, with multi-segment virtual-memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add callbacks to zpu_t typedef

8bitgeek opened this issue · comments

Callbacks for

  • mem read
  • mem write
  • runtime exception

done