home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / electron / 13711 < prev    next >
Encoding:
Text File  |  1992-07-31  |  6.9 KB  |  126 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!princeton!phoenix.Princeton.EDU!jsm
  3. From: jsm@phoenix.Princeton.EDU (John Scott McCauley Jr.)
  4. Subject: SUMMARY - software for the 8051
  5. Message-ID: <1992Jul31.183850.4635@Princeton.EDU>
  6. Originator: news@ernie.Princeton.EDU
  7. Sender: news@Princeton.EDU (USENET News System)
  8. Nntp-Posting-Host: phoenix.princeton.edu
  9. Organization: Princeton University
  10. Date: Fri, 31 Jul 1992 18:38:50 GMT
  11. Lines: 113
  12.  
  13. Thanks for all who replied. A good place to find programs is the
  14. Philips/Signetics Bulletin board (408) 991-2406 (2400 bps) or
  15. (800) 451-6644. Attached is the list of files for 8-bit microcontrollers.
  16. So far I got tb-51 to work -- tinybasic that will work even on RAM-less
  17. system.
  18.  
  19. I also found an old reference to an Intel BBS at (503) 681-0956 -- don't
  20. know if there still there.
  21.  
  22.     Thanks again,
  23.  
  24.         Scott
  25.  
  26.  
  27.                +----------------------------------+
  28.                | 8-Bit  Microcontroller Examples  |
  29.                +----------------------------------+
  30.  
  31.     ** Assemblers/Disassemblers **
  32. ML-ASM51.ZIP  128000  12-17-90  MetaLink's 8051 family macro assembler.
  33.                                 (used in most of our app notes)
  34. A51.ZIP        40960   5-22-92  PseudoSam 8051 Cross Assembler, V1.4.09
  35. AS31.ZIP       26624   6-17-90  C source for an 8051 assembler, and a
  36.                                 simple monitor from Ken Stauffer.
  37. D51.ZIP        19200   1-09-92  Fast 3 pass 8051 disassembler.
  38. DIS8051F.ZIP   27169   7-12-91  DataSync's latest 8031/51 disassembler.
  39. DIS_8048.ZIP    7287   3-17-92  8048 Family Disassembler.
  40.     ** BASIC **
  41. BAS051.ZIP     32768   1-29-90  Converts IBM BASIC to '51 assembly.
  42. BASIC-52.ZIP   51200   4-01-91  Source files for BASIC-52 interpreter.
  43. BASIC31.ZIP    14336   3-17-92  BASIC-52 for 8031/8051 in external EPROM
  44. TB-51.ZIP     100352   4-01-91  TinyBASIC for 8031, w/ source files.
  45. TB51ML23.ZIP   77824   5-05-92  MetaLink ASM compatible tiny BASIC.
  46.     ** FORTH **
  47. EFORTH51.ZIP   37888   2-18-91  eFORTH environment for the 8051.
  48. FORTH51.ZIP   158720   3-17-92  FORTH for 8051 family.
  49. XD8051.ZIP     36864   2-18-91  F-PC Forth environment for the 8051.
  50.     ** Monitors/Debuggers **
  51. DB51KS.EXE     30592   1-09-92  Combined RS751/DEBUG51 for RT apps.
  52. DEBUG51.ZIP     5632   5-22-92  80C51 code debugging tool from Axxon.
  53. MON.C           6656   7-17-90  Simple minded monitor in C.
  54. MON31-11.ZIP    9216   3-13-90  Simple monitor routines for the 8031
  55.                                  with PseudoSam assembly source.
  56. MONPLUS.ZIP    23552   7-26-90  A re-written and expanded 8031 monitor
  57.                                 based on Ron Stubbers' original one.
  58.     ** Misc. Information and Utility **
  59. 80C451          2258   5-22-92  Orcad library element for 80C451 LCC.
  60. 80C552          3072   2-06-90  Schematic symbol for use with Orcad.
  61. DEMO_PWM.ZIP  222592   5-22-92  Converts music to 8052 BASIC PWM
  62.                                 program.
  63. REGC552.H       9714   2-18-91  80C552 C declarations for Franklin C.
  64. REG552.INC     10536   2-18-91  80C552 declaration for Franklin asm.
  65. OBJUTILS.ZIP   15104   5-21-90  Object file utilities to convert hex
  66.                                 files to binary and vice versa.
  67. PCI2C.ZIP     199552   7-10-90  Software V3.2 for I2C PC printer port
  68.                                 adapter (needs board in order to use).
  69. PCI2CBD.ZIP     1920  12-04-90  Schematic of I2C PC printer port adapter
  70. PPTA.ZIP       64000   3-19-92  Microcontroller overview presentation
  71.                                 in a Windows Powerpoint file.
  72. PPTB.ZIP       71296   3-19-92  Microcontroller technical presentation
  73.                                 in a Windows Powerpoint file.
  74. SPGMV14.ZIP     8576   5-22-92  V1.4 firmware for V1.X SPGM-100 prgmrs.
  75. SPGMV26.ZIP     8960   5-22-92  V2.6 firmware for V2.X SPGM-100 prgmrs.
  76. TUTOR51.ZIP     8192   2-13-90  TSR help screens with most of the common
  77.                                 8051 device info - handy
  78.     ** Code Examples **
  79. AD1.ASM         1024   7-25-89  A/D code for the `C552.
  80. AN429.ZIP       5504   5-21-92  Source for app note on '752 air flow 
  81.                                 measurement (AN429).
  82. BOOTSTRP.ZIP    7296   6-04-92  Hex file Load-and-Go using 8051 UART.
  83. CLOCK.ZIP       4864   5-22-92  Example of real time clock fm Sytronics.
  84. COFFEY.ASM      3712   2-13-90  Displays the contents of the S87C752
  85.                                 A/D SFRs.
  86. DEMO752.ASM     8668   5-22-92  Demonstration program for the A/D and
  87.                                 PWM features of the 8xC752.
  88. FRAME10.ASM    13696   3-17-92  751 code for the 7-bit digital video 
  89.                                 demo board.
  90. I2C528.EXE     57472   5-01-92  I2C drivers for 8xC528 from app note
  91.                                 AN438.
  92. I2C552-C.ZIP    7808   5-21-90  I2C drivers for the 8xC552 with a C 
  93.                                 language interface.
  94. I2C751MM.ZIP   10240   6-04-92  8xC751 Multimaster I2C Routines. 
  95.                                 (replaces old 'Red Book' code)
  96. I2C8584.ZIP     8832   5-21-90  Code from app note AN425 using the 8584
  97.                                 I2C to parallel bus i/f with the 80C31.
  98. I2CAPP.ZIP      4352   5-22-92  Source code for the app note AN422 on
  99.                                 single master I2C with the 8xC751/752.
  100. I2CBITS.ASM     9998   5-22-92  I2C single master code for ANY 8051 type
  101.                                 controller. 'Bit bangs' I2C on port pins
  102. I2CDEMO.ZIP    15488   5-22-92  I2C Evaluation Board (part# S87C00K SD)
  103.                                 control program (for 8xC751).
  104. I2CINIT.ZIP     4096   5-22-92  Lets 8xC751 do system init of I2C and
  105.                                 other devices (via reset pulse).
  106. I2CSLV.ZIP      3072   4-25-90  I2C slave routines for the 87C751/752.
  107. INTRUPTS.ASM    4352   7-25-89  Demo of extra external interrupts on C51
  108. MATH51.ZIP      6144   2-12-91  Multi-byte math routines for the 8051
  109. MTV.ZIP         5760   5-21-92  Demo program with a sample font and 
  110.                                 asm definitions for 8xC054 (MTV).
  111. PRN256K.ZIP     4352   5-22-92  8xC451 code (from AN417) for a 256K
  112.                                 printer buffer. Schematic in data book.
  113. RS751.ASM       8471   5-22-92  Simplex UART routines for the 751 & 752.
  114. SAMPLES.ZIP     9600   5-22-92  Sample 80C552 subroutines fm Sytronics.
  115. SERIAL.ZIP      2304   5-22-92  8xC751 serial stream generator.
  116. SERIAL_1.ASM    5120   7-25-89  87C751 serial stream generator.
  117. TIMERI.ZIP      2176   5-22-92  Examples of Timer I used without I2C on
  118.                                 the 8xC751/752 microcontrollers.
  119. WARMBOOT.ZIP    2816   6-19-90  Demo program to distinguish warm & cold
  120.                                 start conditions on 80C51 based parts.
  121.     ** New (unsorted) Files **
  122. MTVFNTED.ZIP   14848   6-29-92  Font editor for the MTV (8xC054).
  123.                                 Includes a sample character set.
  124. MM751.ZIP      10624   7-08-92  Multimaster I2C code for the 8xC751/752.
  125.                                 From app note AN430.
  126.