home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / transput / 1404 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.sys.transputer
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!sdd.hp.com!col.hp.com!wizzy!andyr
  3. From: andyr@wizzy.com (Andy Rabagliati)
  4. Subject: Re: notWrBx for character output
  5. Message-ID: <C17syI.4wE@wizzy.com>
  6. Organization: W.Z.I.
  7. References: <DVARNEY.93Jan20133246@polaris.cv.nrao.edu>
  8. Distribution: comp.sys.transputer
  9. Date: Thu, 21 Jan 1993 17:37:29 GMT
  10. Lines: 24
  11.  
  12. In article <DVARNEY.93Jan20133246@polaris.cv.nrao.edu> dvarney@polaris.cv.nrao.edu (Doug Varney) writes:
  13. >To hardware types,
  14. >
  15. >    Which line is active on a CHAR write, is it notWrB3 or ...0?
  16. >
  17.  
  18. Which char ?
  19.  
  20. for
  21. CHAR c :
  22.  
  23. The Transputer is little-endian, so it would be WrB0. However, compiler
  24. optimisations often treat CHAR c: as a word, and so do a word write.
  25.  
  26. [4]CHAR c :
  27.  
  28. c[0] := 'A'
  29.  
  30. Will definitely do a Byte Write, via WrB0.
  31.  
  32. Cheers,    Andy.
  33. -- 
  34. Amendment 2 information newsgroup co.politics.amend2.info - mailing list also.
  35. andyr@wizzy.com          W.Z.I. Consulting (719)635-6099               pgp-2.1
  36.