Command line argument passing is currently not supported for the Commodore 610.
The runtime for the Commodore 610 uses routines marked as .CONDES
type 2
for interrupt handlers. Such routines must be written as simple machine
language subroutines and will be called automatically by the interrupt handler
code when they are linked into a program. See the discussion of the
.CONDES
feature in the
assembler manual.