Paths:
(\#\* matches anything, \o\* anything but '.', \ commands can be used)
(-1 filetype matches anything - the 5xx numbers don't matter)

&500		&FFD	\#\*.o.\o\*		+Code
&500		&FFD	\#\*/o			+Code
&500		&FFF	\#\*/o			+Code
&500		&FFF	Authors			+Throwback

File types:
(+ means load even when shift not held, paths checked first if above)
(mode names can be followed by a list of commands eg Text:Down)

BBC Snapshot	&1100			Byte : STARTADDR 55
Task App	&1AA6			Code
SNA		&1BA1			Byte : STARTADDR -27
Code		&1F95			Code
DebImage	&1FD3			Code
MSDOS		&1FE4			+Text
Unix Ex		&1FE6			+Text
Absolute	&1FF8			Code
Sprite		&1FF9			Byte
Module		&1FFA			Code
Utility		&1FFC			Code
Data		&1FFD			Word
Text		&1FFF			+Text
Untyped		&2000			Text
