fox32rom/monitor/commands/exit.asm

7 lines
126 B
NASM
Raw Normal View History

2022-04-26 06:46:47 +02:00
; exit command
monitor_shell_exit_command_string: data.str "exit" data.8 0
monitor_shell_exit_command:
jmp exit_monitor