2022-05-13 00:10:24 +02:00
|
|
|
; jump command
|
|
|
|
|
2023-01-31 18:45:16 +01:00
|
|
|
monitor_shell_jump_command_string: data.strz "jump"
|
2022-05-13 00:10:24 +02:00
|
|
|
|
|
|
|
monitor_shell_jump_command:
|
|
|
|
call monitor_shell_parse_arguments
|
|
|
|
mov r1, 16
|
|
|
|
call string_to_int
|
|
|
|
|
|
|
|
; r0: address
|
|
|
|
|
2023-03-31 02:36:15 +02:00
|
|
|
jmp exit_monitor_and_jump
|