<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://de.oho.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dennisatoho</id>
	<title>OHO - search engine for sustainable open hardware projects - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://de.oho.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dennisatoho"/>
	<link rel="alternate" type="text/html" href="https://de.oho.wiki/wiki/Spezial:Beitr%C3%A4ge/Dennisatoho"/>
	<updated>2026-05-17T07:41:24Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://de.oho.wiki/index.php?title=MyNOR_-_Ein_diskret_aufgebauter_Einplatinencomputer_ohne_CPU_und_ALU&amp;diff=22970</id>
		<title>MyNOR - Ein diskret aufgebauter Einplatinencomputer ohne CPU und ALU</title>
		<link rel="alternate" type="text/html" href="https://de.oho.wiki/index.php?title=MyNOR_-_Ein_diskret_aufgebauter_Einplatinencomputer_ohne_CPU_und_ALU&amp;diff=22970"/>
		<updated>2021-03-03T18:45:09Z</updated>

		<summary type="html">&lt;p&gt;Dennisatoho: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Projekt&lt;br /&gt;
|Images={{ProjektImages&lt;br /&gt;
|projectimage=MyNOR_v1.5.jpg&lt;br /&gt;
}}&lt;br /&gt;
|subcat=Computer, Elektronik## Computer&lt;br /&gt;
|projectname=MyNOR - Ein diskret aufgebauter Einplatinencomputer ohne CPU und ALU&lt;br /&gt;
|projectnameEN=MyNOR - A discrete single board computer without CPU and ALU&lt;br /&gt;
|projectnameES=MyNOR - Un ordenador discreto de placa única sin CPU ni ALU&lt;br /&gt;
|kewords=CPU, MCU, SBC, ALU, TTL, 74HC, MyNOR, MyCPU, discrete, computer, homebrew&lt;br /&gt;
|firstin=http://www.mynor.org&lt;br /&gt;
|trans_status=MT&lt;br /&gt;
|desc=MyNOR is a single board computer that does not have a CPU. Instead, the CPU consists of discrete logic gates from the 74HC series. This computer also has no ALU. Only a single NOR gate is used to perfom all computations such as addition, subtraction, AND, OR and XOR. This computer is not fast, it is rather slow. MyNOR can only perform 2600 8-bit additions per second, although it is clocked at 4 MHz. This is because everything is done in software. MyNOR has only a 32 kB ROM for program storage, but this is more than enough. The very slim microcode occupies only 9 kB, the remaining 23 kB are used for the application program.&lt;br /&gt;
|licence=CCBYSA40&lt;br /&gt;
|typeproject=Web&lt;br /&gt;
|project_status=active&lt;br /&gt;
|maturity=PRD&lt;br /&gt;
|electronic_files_pub=yes&lt;br /&gt;
|electronic_files_editable=no&lt;br /&gt;
|electronic_license=CCBYSA40&lt;br /&gt;
|software_files_pub=yes&lt;br /&gt;
|software_files_editable=no&lt;br /&gt;
|software_license=GNUGPL3&lt;br /&gt;
|assembly_inst_pub=yes&lt;br /&gt;
|assembly_instructions_link=http://mynor.org/downloads.htm&lt;br /&gt;
|assembly_instructions_editable=no&lt;br /&gt;
|bill_materials_pub=yes&lt;br /&gt;
|bill_materials_link=http://mynor.org/downloads.htm&lt;br /&gt;
|bill_materials_editable=no&lt;br /&gt;
|contributing_guide_pub=yes&lt;br /&gt;
|contrubuting_guide_link=http://mynor.org/boards-mynor.htm&lt;br /&gt;
|contains_pdf_drawings=yes&lt;br /&gt;
|techdata=Technical data of the computer board:&lt;br /&gt;
    No CPU or MCU, no ALU, only one discrete NOR gate for computations&lt;br /&gt;
    The 8-bit CPU is made of 15 CMOS logic chips, 2 transistors, a ROM and a RAM chip&lt;br /&gt;
    additional 4 CMOS logic chips are used to provide digital I/O&lt;br /&gt;
    8 kB SRAM for CPU registers, program code and data&lt;br /&gt;
    32 kB ROM (OTP EPROM) for microcode and program storage&lt;br /&gt;
    64 kB EEPROM for 8 user programs, with auto-boot after power on&lt;br /&gt;
    4 MHz CPU clock, can be increased to 8 MHz if chips allow this speed&lt;br /&gt;
    The CPU is able of doing up to 2600 8-bit additions per second at 4 MHz CPU clock&lt;br /&gt;
    Hardware interrupts (except the non-maskable hardware reset) are not supported&lt;br /&gt;
    A stack memory of 256 byte enables nested subroutine calls&lt;br /&gt;
    Up to 24 digital outputs and 8 digital inputs with integrated pull-up's&lt;br /&gt;
    RS232 interface with 2400 baud @ 4 MHz or 4800 baud @ 8 MHz&lt;br /&gt;
    I2C and SPI interfaces to connect peripherals&lt;br /&gt;
    Slim microcode architecture with 28 instructions&lt;br /&gt;
    The microcode occupies only 9 kB of the ROM, 23 kB are free for the OS&lt;br /&gt;
    The Operating System provides lots of useful API functions&lt;br /&gt;
    The OS contains a calculator program that can do floating point calculations&lt;br /&gt;
    The OS contains a monitor program which allows directly programming MyNOR in assembly&lt;br /&gt;
    Software-upload is done via &amp;quot;copy-and-paste&amp;quot; of text-files into the terminal window&lt;br /&gt;
    Vintage design that uses only through-hole components on a board with a size of 130x100 mm&lt;br /&gt;
    Hardware simulator for Linux and (with limitation) for MS Windows available&lt;br /&gt;
    Cross-Assembler for Linux and MS Windows available&lt;br /&gt;
|certificate_requested=Nein&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dennisatoho</name></author>
	</entry>
	<entry>
		<id>https://de.oho.wiki/index.php?title=MyNOR_-_Ein_diskret_aufgebauter_Einplatinencomputer_ohne_CPU_und_ALU&amp;diff=22969</id>
		<title>MyNOR - Ein diskret aufgebauter Einplatinencomputer ohne CPU und ALU</title>
		<link rel="alternate" type="text/html" href="https://de.oho.wiki/index.php?title=MyNOR_-_Ein_diskret_aufgebauter_Einplatinencomputer_ohne_CPU_und_ALU&amp;diff=22969"/>
		<updated>2021-03-03T06:24:29Z</updated>

		<summary type="html">&lt;p&gt;Dennisatoho: Die Seite wurde neu angelegt: „{{Projekt |Images={{ProjektImages |projectimage=MyNOR_v1.5.jpg }} |subcat=Computer, Elektronik## Computer |projectname=MyNOR - Ein diskret aufgebauter Einplati…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Projekt&lt;br /&gt;
|Images={{ProjektImages&lt;br /&gt;
|projectimage=MyNOR_v1.5.jpg&lt;br /&gt;
}}&lt;br /&gt;
|subcat=Computer, Elektronik## Computer&lt;br /&gt;
|projectname=MyNOR - Ein diskret aufgebauter Einplatinencomputer ohne CPU und ALU&lt;br /&gt;
|projectnameEN=MyNOR - A discrete single board computer without CPU and ALU&lt;br /&gt;
|projectnameES=MyNOR - Un ordenador discreto de placa única sin CPU ni ALU&lt;br /&gt;
|kewords=CPU, MCU, SBC, ALU, TTL, 74HC, MyNOR, MyCPU, discrete, computer, homebrew&lt;br /&gt;
|firstin=http://www.mynor.org&lt;br /&gt;
|trans_status=MT&lt;br /&gt;
|desc=MyNOR is a single board computer that does not have a CPU. Instead, the CPU consists of discrete logic gates from the 74HC series. This computer also has no ALU. Only a single NOR gate is used to perfom all computations such as addition, subtraction, AND, OR and XOR. This computer is not fast, it is rather slow. MyNOR can only perform 2600 8-bit additions per second, although it is clocked at 4 MHz. This is because everything is done in software. MyNOR has only a 32 kB ROM for program storage, but this is more than enough. The very slim microcode occupies only 9 kB, the remaining 23 kB are used for the application program.&lt;br /&gt;
|certificate_requested=Nein&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dennisatoho</name></author>
	</entry>
</feed>