Element: debugger
Debugger definition.
child element | attribute | value | description |
---|---|---|---|
scrt | mode | child elements | Set SCRT values in the Debugger tab. With attribute mode="on", the SCRT function will be enabled in the GUI. |
assembler | child elements | Set default program configuration values in the Direct Assembler tab. |
Element: scrt
Set SCRT values in the Debugger tab. With attribute mode="on", the SCRT function will be enabled in the GUI.
child element | attribute | value | description |
---|---|---|---|
call | reg | address (16 bit) | Set CALL address. Attribute reg can be added to change to another register than the default R4. |
return | reg | address (16 bit) | Set RETURN address for register 5. Attribute reg can be added to change to another register than the default R5. |
Element: assembler
Set default program configuration values in the Direct Assembler tab.
child element | attribute | value | description |
---|---|---|---|
code_start | address (16 bit) | Default code start address | |
code_end | address (16 bit) | Default code end address | |
dirname | directory name (text) | Location of assembler file; defined as sub-dir of the main Emma 02 data directory. If not specified the dirname specified in 'system' will be used (see also XML - system). | |
end | address (16 bit) | Default progam end address | |
filename | file name (text) | Initial assembler filename. |