Skip to navigation

Elite on the BBC Micro and NES

Utility routines: command

[BBC Micro cassette version, Loader]

Name: command [Show more] Type: Subroutine Category: Utility routines Summary: Execute an OS command
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * Elite loader (Part 5 of 6) calls command

Arguments: (Y X) The address of the OS command string to execute
.command JMP (oscliv) \ Jump to &FFF7 to execute the OS command pointed to \ by (Y X) and return using a tail call