home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / program / asm / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  10.8 KB  |  187 lines

  1.              ======================
  2.                  8051 CPU files
  3.              ======================
  4. AS31_TAR.ZIP Software Implemented I2C Drivers.
  5.              These routines allow an 80C51 based microcontroller to drive
  6.              the I2C bus as a single master. The main program at the end
  7.              demonstrates writing and reading several types of devices:
  8. BBSIO51.ZIP  "Bit-bang" serial I/O functions for the 8051.
  9.              These routines transmit and receive serial data using two 
  10.              general I/O pins, in 8 bit, No parity, 1 stop bit format. They 
  11.              are useful for performing serial I/O on 8051 derivatives not 
  12.              having an internal UART, or for implementing a second serial 
  13.              channel. http://www.dunfield.com  
  14. DASM80.ZIP   Ms-dos 8080/8085 disassembler with source
  15. DISASMV2.ZIP Disassembler for 8051/8052, z80, 8035/8048/8041 , With C source
  16. FLOAT51.ZIP  This MICRO-C callable floating point library for use on the 
  17.              8051 was submitted by one of our customers, and appears to work 
  18.              quite well. At present, it works only in TINY, SMALL or COMPACT 
  19.              memory models. This is mostly due to accessing of static data 
  20.              with MOVC. It should not be too difficult to modify the library 
  21.              for use in MEDIUM or LARGE memory models. For 8051.
  22. INT51.ZIP    MICRO-C & ASM examples of 8051 timer interrupt
  23. SERINT51.ZIP Interrupt Serial I/O functions for the 8051 
  24.  
  25.  
  26.              ======================================
  27.                  8080, 8085, 8xc751, 8086 files
  28.              ======================================
  29. 8080OPCD.ZIP Summary of 8080 instructions
  30. ALPS.ZIP     Resident editor/asm/disasm/debugger for 8080/85/Z80
  31.              ALPS is a system designed to aid in the creation, modification, 
  32.              and debugging of assembly language programs for the 8080 family 
  33.              of micro processors.
  34. BASIC85.ZIP  This is a simple integer BASIC interpreter and MONITOR program 
  35.              for the 8085 CPU. The monitor includes I/O drivers for a 
  36.              parallel keyboard and memory mapped video display. Together the 
  37.              pair occupy a single 4K EPROM. They are provided in ASM source 
  38.              code, and may be assembled with the ASM85 assembler from the 
  39.              XASM cross assemblers package.  
  40.  
  41.  
  42.              =====================================
  43.                  Digital signalprocessor files
  44.              =====================================
  45. ADPCM.ZIP    The code below represents a full duplex adaptive differential
  46.              pulse code modulation (adpcm) transcoder. This program has been
  47.              developed in accordance with ansi specification t1.301-1987 And
  48.              ccitt g.721 (Bis). It is fully bit-compatible with the test
  49.              vectors supplied by both of these organizations.
  50. ADPCMCCI.ZIP TMS32010 ADPCM source 
  51. ADPCMNON.ZIP TMS32010 ADPCM source
  52. AFIR22.ZIP   Finite impulse response for dsp-12 least mean squares (lms)
  53.              algorithm.
  54. ALLIS.ZIP    intro for thesis (PSfile)
  55.              Two theses by the same author on games and artificial
  56.              intelligence are electronically available. For both, a short
  57.              description is specified below, as well as a description how
  58.              the theses can be obtained.
  59. AUDIO.ZIP    flanging, pitch change and phaser effects for the TI DSP
  60. COMPAND.ZIP  Dsp voice frequency companding system using ti's dsp starter
  61.              kits (dsk).
  62. DSKMODEM.ZIP HF digital DSP modem based on the $99 TI 320C26 DSK
  63. DSP4TEST.ZIP Motorola DSP testprograms
  64. DSPSND1.ZIP  KC7WW's DSP Sound Processor for PSA PC Soundcards
  65.              This package allows you to use your DSP sound card to perform
  66.              digital signal processing system for noise reduction and
  67.              autonotching. The LMS algorithm, as described by W9GR in QST,
  68.              is programmed to run in real time on the sound card's DSP
  69.              processor. Enjoy your HF or satellite communications and lower
  70.              listening stress.
  71.  
  72.  
  73.              ==============================
  74.                  Motorola MC680x0 Files
  75.              ==============================
  76. 1278.ZIP     SYSTEM68 68000 cross assembler/development environment
  77. 68KDIS.ZIP   68000 disassembler with C source
  78. 8088M.ZIP    8080 Simulator for MC68000 (Asm src) ver 1.2
  79.              With CP/M 2.2 call support, optional tracing and Morrow HDDMA
  80.              DMA buffer
  81. 8668-101.ZIP 80386 to 68000 Sourcecode-Converter V1.01
  82.              Up to now, if you had to tranfer an assembler program to an
  83.              another computer, we had to write a complete new source-code.
  84.              To reduce this grievance I wrote a converter which translates
  85.              80x86 code into 68000 code (e.g. for AMIGA).
  86. ASMKURS.ZIP  This is an archive containing doc files about how to code for
  87.              the 68020/68881 chips.
  88. C68K.ZIP     68000 C compiler
  89.              This compiler is an optimizing C compiler for the Motorola
  90.              68000 processor. It has successfully compiled itself on UNIX
  91.              system V running on a Motorola VME-10. Since this code was
  92.              written for a machine with long integers it may exhibit some
  93.              irregularity when dealing with long integers on the IBM-PC. The
  94.              author makes no guarantees. This is not meant as a serious
  95.              developement tool although it could, with little work, be made
  96.              into one. The bugs and limitations of this compiler are listed
  97.              below:
  98. DTACK01.ZIP  Issue #1 DTACK GROUNDED Newsletter
  99. PD68KCC.ZIP  68000 c compiler
  100.              This compiler is an optimizing C compiler for the Motorola
  101.              68000 processor. It has successfully compiled itself on UNIX
  102.              system V running on a Motorola VME-10. Since this code was
  103.              written for a machine with long integers it may exhibit some
  104.              irregularity when dealing with long integers on the IBM-PC. The
  105.              author makes no guarantees. This is not meant as a serious
  106.              developement tool although it could, with little work, be made
  107.              into one. The bugs and limitations of this compiler are listed
  108.              below:
  109.  
  110.  
  111.              ==============================
  112.                  PIC embedded CPU files
  113.              ==============================
  114. DISASM84.ZIP Disasm84 is a 2-pass disassembler for microchip's popular 16c84
  115.              processor. The entire program has been written in assembly to
  116.              optimise for speed. I did not feel is was necessary to include
  117.              a neat graphical user interface, far too many programs have
  118.              really grown out of proportion lately (rings a bell, microsoft
  119.              ? 100mb for an operating system ...). aPart from that, most
  120.              people will use this as a simple tool anyway and taking this
  121.              basic approach, the executable is still under 10k which means
  122.              you don't need 64 gb of internal ram :-)
  123. PICDIS.ZIP   PICDIS - A Simple PIC16C84 Disassembler
  124. PICMAC10.ZIP PIC 16C84 Programmer for the LPT-port
  125. PICPROG.ZIP  Serial Mode PIC 16C84 Programmer version
  126. PIX108.ZIP   PiX Version 1.08
  127.              This is the friendly user interface for Pic programmers of type
  128.              LPT and LudiPipo COM , for the 16C84 microchip. No need to have
  129.              the Pic programmer to use the functions, but blowing a
  130.              nonexisting pic gives error of course. You will never be
  131.              trowned out with messages of type: Device not found, and
  132.              Syntax=Blah,blah... Only tree menues, Picmenu, External Eeprom
  133.              and Filemenu. No more jumping around an get lost.
  134. PPFAQ.ZIP    Frequently asked questions about pic84pgm.Zip with some answers
  135. SCRMBLE.ZIP  PIC 16C84/24Cxx Combiprogrammer for Henk Schaer, David Tait and
  136.              LudiPipo interface 1-11-96 ß 0.8 HexFile save added
  137.  
  138.  
  139.              ===============================
  140.                  Various processor files
  141.              ===============================
  142. 0572.ZIP     Z80 cross assembler,VM2 monitor,File compression with source
  143. COP8FAQ.ZIP  COP8 microcontroller FAQ
  144. DA-SRC1.ZIP  R4300i ASM/DISASM Unit 1.0 for Delphi2 with source
  145. DASM110.ZIP  Dunfield Cross Disassembler Demo 
  146.              Dunfield cross disassemblers run on a PC compatible computer, 
  147.              and process binary machine code for a specific processor, 
  148.              producing either an assembly listing, or an assembly source 
  149.              file representing the content of that code. Suports many
  150.              CPU's.
  151. EMILY320.ZIP EMILY 320, A Simulator/Emulator for the Dallas 80C320 Release 1.4 
  152.              EMILY is a software simulator for the 80C320 family of 
  153.              processors. It provides a powerful debugging environment, 
  154.              offering many features. (demo)
  155. EMILY52.ZIP  EMILY-52 A Simulator/Emulator for the 8051 and 8052 Release 1.4 
  156.              EMILY is a software simulator for the 8051/52 family of 
  157.              processors. It provides a powerful debugging environment, 
  158.              offering many features.
  159. MC314EMB.ZIP MICRO-C/PC Compiler 1 - Docs and Executables
  160.              Demo of DDS MICRO-C Developers Kit, lets you compile/assemble, 
  161.              load and debug code on a simulated embedded controller. A 'C' 
  162.              compiler for The CFLEA Virtual Processor v3.14 This complete 
  163.              development package includes all tools and utilities you need 
  164.              to develop 'C' and 'ASM' code for one or more CPU families. The 
  165.              tools are fully configurable to support virtually any target 
  166.              environment, and most derivatives of the targeted CPU. 
  167.              http://www.dunfield.com
  168. MC314PC1.ZIP The DDS MICRO-C Compiler 
  169.              Dunfield Development Systems (DDS) MICRO-C is a compact, 
  170.              portable compiler suitable for code development targeting small 
  171.              8 or 16 bit systems. At the time of this writing, versions of 
  172.              the compiler are available which produce code for the 68HC08, 
  173.              6809, 68HC11, 68HC12, 68HC16, 8051/52, 8080/85/Z80, 8086 and 
  174.              8096 processor families. 
  175. MC314PC2.ZIP MICRO-C/PC Compiler 2 - Over 70 example pgms
  176. XASM250.ZIP  XASM Demo Cross Assemblers Users Guide Release 2.5 
  177.              This package contains demonstration versions of DDS XASM cross 
  178.              assemblers for a couple of popular processors. The 
  179.              demonstration assemblers are fully featured, but have 
  180.              artificial limits imposed on the symbol table size, and the 
  181.              number of lines they will accept. To better help you evaluate 
  182.              the XASM package, full documentation for all cross assemblers 
  183.              and utilities is provided, even though all of these programs 
  184.              are not included in the demo 
  185.  
  186.  
  187.