Ryzen/A5Debugger/io.ini
2022-12-23 15:14:44 +08:00

43 lines
1.1 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[CPU]
;Enter Invalid Range
[IOInvalid]
[/IOInvalid]
;Enter Valid Range
[IO]
00 - FFFF
[/IO]
[/CPU]
;RULES
;~~~~~
;Every Section must have an EndSection
; eg: [CPU] and [/CPU]
;Every SubSection must have an EndSubSection
; eg: [IOInvalid] and [/IOInvalid]
; eg: [IO] and [/IO]
;
;Valid AddressRange of IO must be in the following syntax under [IOValid] section
; eg: StartRange<Space>-<Space>EndRange
; eg: 80 - A1
; if no Range is specified DEFAULT range will be 00 FFFF
;
;InValid AddressRange of IO must be in the following syntax under [IOInvalid] Section
; eg: StartRange<Space>-<Space>EndRange
; eg: 1800 - 1900
;
;For READONLY AddressRange, it must be in the following syntax
; eg: 'R'<Space>StartRange<Space>-<Space>EndRange
; eg: R 70 - 77
;
;NOTE:
; 1. IF IO range clashes with Valid and Invalid, Invalid will get precedence
; 2. Comments must be preceded with ';'
; 3. Please do not enter RESERVED Ranges