HOME
*





VIM-1
The SYM-1 is a single board "trainer" computer produced by Synertek Systems in 1975. It was designed by Ray Holt. Originally called the VIM-1 (Versatile Input Monitor), that name was later changed to SYM-1. The SYM-1 is a close copy of the popular MOS Technology KIM-1 system, with which it is compatible to a large extent. Compared to the KIM-1, enhancements include the ability to run on a single +5 volt power supply, an enhanced monitor ROM, three configurable ROM/ EPROM sockets, RAM expandable on board to , an RS-232 serial port, and a "high speed" (, the KIM-1 supports about 8 bytes/second) audio cassette storage interface. It also features on-board buffer circuits to ease interfacing to "high voltage or high current" devices. One capability of the SYM-1 is its ability to allow an oscilloscope to be added to provide a 32 character display under software control. As explained in Chapter 7 of the "SYM Reference Manual", the vertical input, ground and trigger input of the os ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Ray Holt
Raymond M. Holt is a computer designer and businessman in Silicon Valley. From 1968 to 1970, Ray and his brother Bill Holt were on the Garrett AiResearch's small design team that developed the world's first microprocessor chip set, the 20-bit Central Air Data Computer (CADC), for the F-14 Tomcat. The CADC was never deployed for any other purpose, thereby leaving room for the 4-bit Intel 4004 to become the first ''commercially'' produced microprocessor. Holt's story of the design and development of the CADC is presented in a podcast and a ''Wired'' article. Holt was co-founder with Manny Lemas of Microcomputer Associates, Incorporated, later known as Synertek Systems where he designed the Jolt, Super Jolt and SYM-1 microcomputer cards as well as the first microcomputer pinball game, Lucky Dice, using the Intel 4004. One of Holt's computer boards, the SYM-1, was used in the first two military robots, Robart I and Robart II. Holt is the founder and president of Mississippi Robo ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Oscilloscope
An oscilloscope (informally a scope) is a type of electronic test instrument that graphically displays varying electrical voltages as a two-dimensional plot of one or more signals as a function of time. The main purposes are to display repetitive or single waveforms on the screen that would otherwise occur too briefly to be perceived by the human eye. The displayed waveform can then be analyzed for properties such as amplitude, frequency, rise time, time interval, distortion, and others. Originally, calculation of these values required manually measuring the waveform against the scales built into the screen of the instrument. Modern digital instruments may calculate and display these properties directly. Oscilloscopes are used in the sciences, medicine, engineering, automotive and the telecommunications industry. General-purpose instruments are used for maintenance of electronic equipment and laboratory work. Special-purpose oscilloscopes may be used to analyze an automotive ign ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Elektor Junior Computer
The Elektor Junior Computer was a simple 6502-based microprocessor development board published in the 1980s in the Dutch, German and later French, Spanish, British and Indian versions of '' Elektor/Elektuur'', in the form of a series of articles, and four books. It was developed by the German engineer Loys Nachtmann. The Junior Computer was a virtual clone of the KIM-1, only it did not use the special I/O+ROM chips ( MCS6530) but rather an off-the-shelf 6532 RIOT and a 2708 1K EPROM. It also had a different physical shape, as it used the Eurocard board, and a 31-pin DIN connector for I/O and a DIN 41612 connector for system expansion. It was delivered as an electronic kit, or could purchased as two printed circuit boards (main board and Seven-segment display board) only, for components to be installed. As it was much lower in price than an original KIM, many more Junior computers (several thousands) were used in the Netherlands, Germany and France, than original KIM-1s. Late ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Acorn Computers
Acorn Computers Ltd. was a British computer company established in Cambridge, England, in 1978. The company produced a number of computers which were especially popular in the United Kingdom, UK, including the Acorn Electron and the Acorn Archimedes. Acorn's computer dominated the UK educational computer market during the 1980s. Though the company was acquired and largely dismantled in early 1999, with various activities being dispersed amongst new and established companies, its legacy includes the development of reduced instruction set computing (RISC) personal computers. One of its operating systems, , continues to be developed by RISC OS Open. Some activities established by Acorn lived on: technology developed by Arm (company), Arm, created by Acorn as a joint venture with Apple, Inc., Apple and VLSI Technology, VLSI in 1990, is dominant in the mobile phone and personal digital assistant (PDA) microprocessor market. Acorn is sometimes referred to as the "British Apple" and ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

BBC Micro
The British Broadcasting Corporation Microcomputer System, or BBC Micro, is a series of microcomputers and associated peripherals designed and built by Acorn Computers in the 1980s for the BBC Computer Literacy Project. Designed with an emphasis on education, it was notable for its ruggedness, expandability, and the quality of its operating system. An accompanying 1982 television series, ''The Computer Programme'', featuring Chris Serle learning to use the machine, was broadcast on BBC2. After the Literacy Project's call for bids for a computer to accompany the TV programmes and literature, Acorn won the contract with the ''Proton'', a successor of its Atom computer prototyped at short notice. Renamed the BBC Micro, the system was adopted by most schools in the United Kingdom, changing Acorn's fortunes. It was also successful as a home computer in the UK, despite its high cost. Acorn later employed the machine to simulate and develop the ARM architecture. While nine models ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Interrupt
In digital computers, an interrupt (sometimes referred to as a trap) is a request for the processor to ''interrupt'' currently executing code (when permitted), so that the event can be processed in a timely manner. If the request is accepted, the processor will suspend its current activities, save its state, and execute a function called an ''interrupt handler'' (or an ''interrupt service routine'', ISR) to deal with the event. This interruption is often temporary, allowing the software to resume normal activities after the interrupt handler finishes, although the interrupt could instead indicate a fatal error. Interrupts are commonly used by hardware devices to indicate electronic or physical state changes that require time-sensitive attention. Interrupts are also commonly used to implement computer multitasking, especially in real-time computing. Systems that use interrupts in these ways are said to be interrupt-driven. Types Interrupt signals may be issued in response to ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Cross Assembler
In computer programming, assembly language (or assembler language, or symbolic machine code), often referred to simply as Assembly and commonly abbreviated as ASM or asm, is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly language usually has one statement per machine instruction (1:1), but constants, comments, assembler directives, symbolic labels of, e.g., memory locations, registers, and macros are generally also supported. The first assembly code in which a language is used to represent machine code instructions is found in Kathleen and Andrew Donald Booth's 1947 work, ''Coding for A.R.C.''. Assembly code is converted into executable machine code by a utility program referred to as an ''assembler''. The term "assembler" is generally attributed to Wilkes, Wheeler and Gill in their 1951 book ''The Preparation of Programs for an Electronic Digital ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Macro Assembler
Macro (or MACRO) may refer to: Science and technology * Macroscopic, subjects visible to the eye * Macro photography, a type of close-up photography * Image macro, a picture with text superimposed * Monopole, Astrophysics and Cosmic Ray Observatory (MACRO), a particle physics experiment * Macronutrients, classes of chemical compounds humans consume in the largest quantities (i.e., proteins, fats, and carbohydrates) Sociology * Macrosociology, sociology at the national level * Macroeconomics, economics at a higher level, above individual markets * Macromanagement in business, the idea of "managing from afar" Computing * Macro (computer science), a set of instructions that is represented in an abbreviated format * Macro instruction, a statement, typically for an assembler, that invokes a macro definition to generate a sequence of instructions or other outputs * Macro key, a key found on some keyboards, particularly older keyboards. Media and entertainment * Macromanagement (gamepl ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

BASIC
BASIC (Beginners' All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages designed for ease of use. The original version was created by John G. Kemeny and Thomas E. Kurtz at Dartmouth College in 1963. They wanted to enable students in non-scientific fields to use computers. At the time, nearly all computers required writing custom software, which only scientists and mathematicians tended to learn. In addition to the program language, Kemeny and Kurtz developed the Dartmouth Time Sharing System (DTSS), which allowed multiple users to edit and run BASIC programs simultaneously on remote terminals. This general model became very popular on minicomputer systems like the PDP-11 and Data General Nova in the late 1960s and early 1970s. Hewlett-Packard produced an entire computer line for this method of operation, introducing the HP2000 series in the late 1960s and continuing sales into the 1980s. Many early video games trace their ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

RS-232
In telecommunications, RS-232 or Recommended Standard 232 is a standard originally introduced in 1960 for serial communication transmission of data. It formally defines signals connecting between a ''DTE'' (''data terminal equipment'') such as a computer terminal, and a ''DCE'' (''data circuit-terminating equipment'' or ''data communication equipment''), such as a modem. The standard defines the electrical characteristics and timing of signals, the meaning of signals, and the physical size and pinout of connectors. The current version of the standard is ''TIA-232-F Interface Between Data Terminal Equipment and Data Circuit-Terminating Equipment Employing Serial Binary Data Interchange'', issued in 1997. The RS-232 standard had been commonly used in computer serial ports and is still widely used in industrial communication devices. A serial port complying with the RS-232 standard was once a standard feature of many types of computers. Personal computers used them for connection ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Synertek Systems
Microcomputer Associates, Inc., was founded by Manny Lemas and Ray Holt. It produced the low-cost Jolt Microcomputer, released in 1975. Microcomputer Associates introduces the 6502 based Jolt computer kit for $249. It was later acquired by semiconductor manufacturer Synertek, a second source manufacturer of the 6502, and renamed Synertek Systems. It then created the SYM-1, a 6502-based single board microcomputer and successor to the KIM-1 The KIM-1, short for ''Keyboard Input Monitor'', is a small 6502-based single-board computer developed and produced by MOS Technology, Inc. and launched in 1976. It was very successful in that period, due to its low price (thanks to the inexpe .... Holt designed the JOLT microcomputer. In 1978 the company offered a number of processor and peripheral modules.J. C. Boonham ''Small systems computer sourcebook'' Taylor & Francis, 1978 pages 11-13 References Early microcomputers Defunct computer companies of the United States {{Com ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Kibibyte
The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable unit of memory in many computer architectures. To disambiguate arbitrarily sized bytes from the common 8-bit definition, network protocol documents such as The Internet Protocol () refer to an 8-bit byte as an octet. Those bits in an octet are usually counted with numbering from 0 to 7 or 7 to 0 depending on the bit endianness. The first bit is number 0, making the eighth bit number 7. The size of the byte has historically been hardware-dependent and no definitive standards existed that mandated the size. Sizes from 1 to 48 bits have been used. The six-bit character code was an often-used implementation in early encoding systems, and computers using six-bit and nine-bit bytes were common in the 1960s. These systems often had memory words ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]