home *** CD-ROM | disk | FTP | other *** search
- ;AAsm header file for Cache
- ;written by DefMod (Jul 1 1994) on Fri Jul 1 16:26:09 1994
-
- [ :LNOT: :DEF: Get_Types
- GBLS Get_Types
- Get_Types SETS "GET OS:Hdr.Types"
- |
- Get_Types SETS ""
- ]
- $Get_Types
-
- [ :LNOT: :DEF: Get_OS
- GBLS Get_OS
- Get_OS SETS "GET OS:Hdr.OS"
- |
- Get_OS SETS ""
- ]
- $Get_OS
-
- [ :LNOT: :DEF: Cache_Hdr
- GBLS Cache_Hdr
-
- ;Symbols for SWI's and SWI reason codes
- XCache_Control * &20280
- Cache_Control * &280
- ;Entry
- ; R0 = eor_mask (Bits)
- ; R1 = and_mask (Bits)
- ;Exit
- ; R0 = old_state (Bits)
-
- XCache_Cacheable * &20281
- Cache_Cacheable * &281
- ;Entry
- ; R0 = eor_mask (Bits)
- ; R1 = and_mask (Bits)
- ;Exit
- ; R0 = old_state (Bits)
-
- XCache_Updateable * &20282
- Cache_Updateable * &282
- ;Entry
- ; R0 = eor_mask (Bits)
- ; R1 = and_mask (Bits)
- ;Exit
- ; R0 = old_state (Bits)
-
- XCache_Disruptive * &20283
- Cache_Disruptive * &283
- ;Entry
- ; R0 = eor_mask (Bits)
- ; R1 = and_mask (Bits)
- ;Exit
- ; R0 = old_state (Bits)
-
- XCache_Flush * &20284
- Cache_Flush * &284
-
- ]
- END
-