This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
notes:atari:emulators [2019/06/26] leszek [Altirra] |
notes:atari:emulators [2020/09/09] (current) leszek |
||
---|---|---|---|
Line 32: | Line 32: | ||
* [[ftp:// | * [[ftp:// | ||
| | ||
- | ===== Altirra ===== | ||
- | Debugger in Altirra: Help > Contents > Debugger | ||
- | |||
- | ^ Key ^ Atari ^ | ||
- | | F2 | Start key | | ||
- | | F3 | Select key | | ||
- | | F4 | Option key | | ||
- | | F5 | Warm reset | | ||
- | | F6 | Help key | | ||
- | | Shift+F5 | ||
- | |||
- | Debugger: | ||
- | |||
- | ^ Key ^ Function | ||
- | | F8 | Run/ | ||
- | | F10 | Step Over | | ||
- | | F11 | Step Into | | ||
- | |||
- | ^ Command | ||
- | | r | Displays registers | | ||
- | | r reg val | Loads val to reg | | ||
- | | .dumpdsm | ||
- | | .writemem | Write a block of memory to a file | | ||
- | |||
- | <code text> | ||
- | Syntax: | ||
- | .writemem < | ||
- | |||
- | Example: | ||
- | .writemem c: | ||
- | |||
- | Remarks: | ||
- | The address may use extended memory syntax, i.e. v:4000 for VBXE memory. | ||
- | </ | ||
- | |||
- | Links: | ||
- | |||
- | * [[http:// | ||
- | * [[http:// | ||