#MEMF_ANY=0         ;Any type of memory will do-
#MEMF_PUBLIC=1
#MEMF_CHIP=2
#MEMF_FAST=4
#MEMF_LOCAL=256     ;Memory that doesn't go away at RESET
#MEMF_24BITDMA=512  ;DMAable memory within 24 bits of address
#MEMF_KICK=1024     ;Memory that can be used for KickTags
#MEMF_LARGEST=131072     ;Return largest chunk size
#MEMF_TOTAL=524288  ;Return total size of memory

;Return all FAST RAM in system:

size.l=AvailMem_(#MEMF_FAST|#MEMF_TOTAL)