home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14179 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.6 KB

  1. Path: sparky!uunet!gumby!wupost!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: StripAddress (was Re: Checksumming MemErr...)
  5. Message-ID: <1992Aug19.101953.10190@waikato.ac.nz>
  6. Date: 19 Aug 92 10:19:53 +1200
  7. References: <1992Aug18.181714.12276@midway.uchicago.edu> <Bt74v9.KGF@taligent.com>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 25
  10.  
  11. In article <Bt74v9.KGF@taligent.com>, keith@taligent.com (Keith Rollin) writes:
  12.  
  13. > I've got a Quadra 900 with 7.0.1, Tune-Up
  14. > 1.1.1, and a bunch of skanky INITs. If anyone is going to have a goofy version
  15. > of StripAddress, I would. However, StripAddress is still run from ROM on my
  16. > machine, and it looks like this:
  17. >
  18. >      +0000  4080D764   BTST       #$00,$1EFC
  19. >      +0006  4080D76A   BNE.S      _StripAddress+000C         ; 4080D770
  20. >      +0008  4080D76C   AND.L      MaskBC,D0
  21. >      +000C  4080D770   RTS
  22.  
  23. Interesting. I had a look on my IIfx, and my StripAddress entry point
  24. is at 4080D76C--that is, my StripAddress routine consists of only the
  25. last two of the above instructions. The preceding BTST and BNE are still
  26. there, in the same place, but they're not part of StripAddress. Not
  27. according to MacsBug, anyway.
  28.  
  29. My machine is running in 24-bit mode. Maybe I should go home and check
  30. my LC (which runs in 32-bit mode) and see if that agrees with Keith...
  31.  
  32. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  33. Computer Services Dept                     fax: +64-7-838-4066
  34. University of Waikato            electric mail: ldo@waikato.ac.nz
  35. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  36.