;Path: usenet.ee.pdx.edu!cs.uoregon.edu!sgiblab!spool.mu.edu!nigel.msen.com!math.fu-berlin.de!unidui!rrz.uni-koeln.de!teralon!dino.dinoco.de!peti.GUN.de!simons
;From: simons@peti.GUN.de (Peter Simons)
;Message-ID: <2509.ANN@peti.GUN.de>
;Date: Sun, 30 May 1993 14:03:17 +0100
;Organization: * Private Amiga Site Bonn - Member of Individual Network e.V. *
;Newsgroups: comp.sys.amiga.programmer
;Subject: Re: controling MMU
;References: <1993May28.110306.22881@comp.lancs.ac.uk>
;X-Newsreader: Ann 0.10
;Lines: 25

;In article <1993May28.110306.22881@comp.lancs.ac.uk>,
;        andy@comp.lancs.ac.uk (Andy Colebourne) writes:
;
; > How do you switch the 68030 MMU off?
;
;---------------------------------- cut here ------------------------------
                move.l  ($4).w,a6
                lea     (.MMUOff,PC),a5
                jmp     (_LVOSupervisor,a6)

.MMUOff         clr.l   -(SP)
                pmove.l (SP),TC
                addq.w  #4,SP
                rte
;---------------------------------- cut here ------------------------------
;
;        bye, Peter
;
;--
; ---------------------------------------------------------------------------
;  Peter Simons  | Usenet: simons@peti.GUN.de       | PGP  v2.x  public  key
;  Europaring 20 | CBMNet: simons@peti.adsp.sub.org | available  on  request
;  5300 Bonn 1   |  Phone: +49 228 746061           | or via GET from almost
;  Germany       |    CBM: ETG207                   | any keyserver. Use it!
; ---------------------------------------------------------------------------

