Files
FireBee_Setup/devtools/gbe/include/cache.lst
2022-10-02 10:09:40 +02:00

8 lines
237 B
Plaintext

' this will flush the cpu and data cache on all 68K CPUs and the coldfire
' it first tries ssystem(), if that don't work it does it the hard way
> PROCEDURE flush_cache !v1.00
LOCAL asm%
asm%=LONG{HIMEM+28}
~C:asm%()
RETURN