home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / cbm / 5579 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!stanford.edu!kronos.arc.nasa.gov!butch!netcomsv!netcom.com!fuzzy
  3. From: fuzzy@netcom.com (Fuzzy Fox)
  4. Subject: Re: Bitimploder and Sequence Crunch
  5. Message-ID: <1993Jan22.063024.23618@netcom.com>
  6. Organization: Foxes 'R' Us - Seven locations to serve you
  7. References: <1jksi6INNqvu@bigboote.WPI.EDU>
  8. Date: Fri, 22 Jan 1993 06:30:24 GMT
  9. Lines: 23
  10.  
  11. bab@bigwpi.WPI.EDU (Brian Alan Baker) writes:
  12.  
  13. >    - How do I figure out what $01 value to use?
  14. >          (It says that normal = $37.  Why is this normal, and what
  15. >           does it mean?)
  16.  
  17. It is the memory configuration register.  $37 means BASIC and KERNEL ROM
  18. are switched in, and is thus normal.  $36 means BASIC is out, and KERNEL
  19. is in.  $34 means no BASIC or KERNAL or anything:  a 64K RAM machine.
  20. Most other configurations aren't used.
  21.  
  22. >    - In Bitimploder, what is the status register (NV*BDIZC)?
  23.  
  24. It's the state of the interrupt, carry, decimal, and other flags.  A
  25. normal configuration would be $20 (all flags cleared).  This enables
  26. interrupts, meaning you had better have at least the KERNEL ROM switched
  27. in unless you have an IRQ handler already in the right place.
  28.  
  29. -- 
  30. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  31. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  32. #define  FALSE  1   |
  33. #endif              | "911 Emergency Rescue Service - Can you hold, please?"
  34.