pub fn decode_semihosting_syscall(
core: &mut dyn CoreInterface,
) -> Result<SemihostingCommand, Error>
Expand description
Decodes a semihosting syscall without running the requested action. Only supports SYS_EXIT, SYS_EXIT_EXTENDED and SYS_GET_CMDLINE at the moment