MCPcopy Create free account
hub / github.com/RIP-Comm/clementine / write_bytes

Method write_bytes

ui/src/emu_thread.rs:701–706  ·  view source on GitHub ↗

Write consecutive bytes starting at `address`.

(&mut self, address: u32, values: &[u8])

Source from the content-addressed store, hash-verified

699
700 // Handle stepping mode (only if stepping)
701 if is_stepping {
702 self.steps_remaining -= 1;
703 if self.steps_remaining == 0 {
704 self.running = false;
705 self.send_event(EmuEvent::Paused {
706 reason: PauseReason::Step,
707 });
708 self.send_state();
709 return;

Callers 2

process_commandsMethod · 0.80
apply_freezesMethod · 0.80

Calls 2

iterMethod · 0.80
write_byteMethod · 0.45

Tested by

no test coverage detected