modbin


modbin

Sets workspace for use with Debugger

Synopsis

modbin <program> -stack <stacksize> -debug

Description

To use the 3DO Debugger, you have to insert the modbin command immediately after the armlink command to set up the workspace. You won't be able to debug a task that hasn't been processed by modbin.

A good initial stacksize is 4000. The stack must be set to at least 3000 for running audio folio or audio applications.

When you launch an application from the shell, the priority set by modbin is ignored. The priority of the task is set to 100, the default value of task priority in the shell.

Arguments

None

Return Value

None

Examples

modbin {AppName} -stack 4000 -debug

Caveats

You can no longer use the -workspace linker option.