first commit - moved from local dev to git
This commit is contained in:
7
devtools/gbe/include/cache.lst
Normal file
7
devtools/gbe/include/cache.lst
Normal file
@@ -0,0 +1,7 @@
|
||||
' 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
|
||||
Reference in New Issue
Block a user