;; Initialization of Cache Values. .orig x3350 ;CacheOff .fill x0000 ;Cache is off ;3300; CacheOn .fill x0001 ;Cache is on CacheSize .fill #8 ;Cache is 8 bits ;CacheSize .fill #16 ;Cache is 16 bits ;CacheSize .fill #32 ;Cache is 32 bits 3301 ;CacheSize .fill #64 ;Cache is 64 bits MemTime .fill #5 ;Set to Memory Access time x3302 CacheRead .fill x0000 ;Default set cache to be a read, not write Counter .fill x0000 ;Default counter to 0 x3304 .END