;************************************************************************
;*
;*      SHOWMEM (C) 1997 RonSoft.                                       *
;*                                                                      *
;*      A little utility thats shows what's in a given mem position.    *
;*      Usage:                                                          *
;*      Showmem <segment,offset/startaddress>                           *
;*      Where segment and offset are 16 bit hexadecimal values or       *
;*      a single 32 bit value.                                          *
;*      Just like this:                                                 *
;*      Showmem 00000000 or Showmem 0.                                  *
;*                                                                      *
;*      Ronald Nordberg.                                                *
;*      Silvervgen 3                                                   *
;*      907 50 Ume                                                     *
;*      Sweden                                                          *
;*      christine.martinson@swipnet.se                                  *
;*      http://home2.swipnet.se/~w-20064                                *
;*                                                                      *
;*      THIS IS ALL PUBLIC DOMAIN FREEWARE.                             *
;*      IT'S ALSO FREELY DISTRIBUTABLE AS LONG                          *
;*      AS THIS DOCUMENT ARE INCLUDED IN THE                            *
;*      DISTRIBUTION.                                                   *
;*      LET EM KNOW IF YOU USE MY CODE.                                 *
;*                                                                      *
;************************************************************************
