The Wayback Machine - https://web.archive.org/web/20211229095759/https://github.com/topics/emulators
Skip to content
#

emulators

Emulators allow the host system to emulate the qualities of a client system. For example, a mobile application developer might run an emulated device on their PC in order to test how their application would perform and appear on an actual phone or tablet.

Here are 120 public repositories matching this topic...

pixels
Segs
daniel5151
daniel5151 commented Sep 17, 2020

Overview

#22 added support for register-level read/writes, and introduced a new RegId associated type to the existing Registers trait. This associated type is used to translate raw GDB register ids (i.e: a arch-dependent usize) into a structured human-readable enum identifying the register.

e.g:

/// 32-bit ARM core register identifier.
#[derive(Debug, Clone, Copy)]
pub 
Wikipedia
Wikipedia