fox32rom/monitor/commands/exit.asm
2022-04-25 21:46:47 -07:00

7 lines
126 B
NASM

; exit command
monitor_shell_exit_command_string: data.str "exit" data.8 0
monitor_shell_exit_command:
jmp exit_monitor