home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!werple.apana.org.au!mbear!monster
- From: monster@mbear.apana.org.au (Martin Ozolins)
- Newsgroups: comp.sys.amiga.programmer
- Subject: ramlib & FreeMem
- Distribution: world
- Message-ID: <monster.05w9@mbear.apana.org.au>
- X-NewsSoftware: GRn-beta 1.16g (10.12.92) by Michael B. Smith & Mike Schwartz
- MIME-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- Date: 30 Dec 92 21:07:34 PST
- Organization: Bears Incorporated
- Lines: 40
-
- Can someone tell me why the following happens
-
- OS = 2.04
-
- FreeMem points to ROM code
-
- Run PPMORE V2
-
- FreeMem gets SetFunctioned ( by ramlib )
-
- New code =
-
- CMPI.L #$50504D4D,-8(A1) ; $50504D4D = PPMM
- BNE *+$C
- CMPA.L -4(A1),A1
- BNE *+$6
- SUBQ.L #8,A1
- ADDQ,L #8,D0
- MOVE.L *-$18,-(A7)
- RTS
-
-
-
-
- So far, it only happens when PPMORE is run.
- It only happens ONCE no matter how many times PPMORE is run.
-
- And yes, ramlib does the SetFunction
-
-
- I am just curious as to why this happens and why ramlib does not
- do the SetFunction when it first starts
-
-
- --
-
- Martin Ozolins :Internet monster@mbear.apana.org.au
- Victoria :FIDO 3:633/359.6 AMIGANET 41:300/359.6 TRINET 42:8699/8.6
- Australia :Amiga Programmer, UniSYS 1100/2200 Systems Programmer
- : Author of - MLOG and MSM -
-