Rmon

From N64brew Wiki
Revision as of 06:24, 8 December 2021 by Jeffythedragonslayer (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

rmon is a debug monitor consisting of three infrequently runs threads on the target system. It communicates with the gvd frontend. Rmon is part of libultra. The rmon main thread includes:

  • a command parser
  • a command dispatcher
  • a collection of service routines

To use rmon, #include rmon.h in your project.