File: debugger.ini

package info (click to toggle)
hatari 2.6.1%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 11,236 kB
  • sloc: ansic: 167,249; cpp: 8,685; python: 6,324; objc: 1,888; asm: 1,754; sh: 1,688; javascript: 149; makefile: 87; xml: 32
file content (21 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# run Hatari with following options to test this:
# --machine falcon --tos etos1024k.img --dsp emu --parse debugger.ini

lock regaddr disasm d0

dspsymbols dsp-test.sym
db (r0).x = data_300
db m0 = code_200
da test

symbols os-header.sym
b (a0) = os_magic
b pc = ("reseth")

symbols etos1024k.sym
a _int_vbl

dspsymbols free
symbols free

quit