<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>6502 &#8211; Retro Computing</title>
	<atom:link href="http://retro.hansotten.nl/category/6502/feed/" rel="self" type="application/rss+xml" />
	<link>http://retro.hansotten.nl</link>
	<description>About small SBC systems</description>
	<lastBuildDate>Wed, 08 Jul 2026 13:33:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>http://retro.hansotten.nl/wp-content/uploads/2020/10/cropped-kim1-as-32x32.jpg</url>
	<title>6502 &#8211; Retro Computing</title>
	<link>http://retro.hansotten.nl</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Execute a program: GOEXEC</title>
		<link>http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/execute-a-program/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 12:42:39 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[kim-1]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=21232</guid>

					<description><![CDATA[Both user interfaces of course allow to start a user program. On the keyboard the GO key is used to start the program (line 138, via a JMP to GOEXEC), on the TTY CLI the G command handler at line 292. 0072 00EF PCL .BLOCK 1 ; PROGRAM CNT LOW 0073 00F0 PCH .BLOCK 1 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Both user interfaces of course allow to start a user program.</p>
<p>On the keyboard the GO key is used to start the program (line 138, via a JMP to GOEXEC), on the TTY CLI the G command handler at line 292.</p>
<p>0072   00EF             PCL     .BLOCK  1          ; PROGRAM CNT LOW<br />
0073   00F0             PCH     .BLOCK  1          ; PROGRAM CNT HI<br />
0074   00F1             PREG    .BLOCK  1          ; CURRENT STATUS REG<br />
0075   00F2             SPUSER  .BLOCK  1          ; CURRENT STACK POINTER<br />
0076   00F3             ACC     .BLOCK  1          ; ACCUMULATOR<br />
0077   00F4             YREG    .BLOCK  1          ; Y INDEX<br />
0078   00F5             XREG    .BLOCK  1          ; X INDEX</p>
<p>GOEXEC  LDX   SPUSER     At 1Dc8, LINE 841<br />
        TXS<br />
        LDA   POINTH     ; PROGRAM RUNS FROM<br />
        PHA              ; OPEN CELL ADDRESS<br />
        LDA   POINTL<br />
        PHA<br />
        LDA   PREG<br />
        PHA<br />
        LDX   XREG       ; RESTORE REGS<br />
        LDY   YREG<br />
        LDA   ACC<br />
        RTI   </p>
<p>Program counter, Stack pointer SP, Process register PS, X, Y, ACC are initialized from the zeropage locations and the RTI transfers the CPU execution.<br />
The RTI (return from Interrupt) restores all registers from the stack, including the Program counter.<br />
The user program starts at the current selected address (in POINTL, POINTH). </p>
<p>While this way of starting a program has the advantage that the program may start with user supplied values for the CPU registers, there is no guarantee that these zeropage locations contain meningfull values. In fact, after a RESET the contents of RAM and therefore these start values are random. That can create a malfunction program if it does not itself initialize registers.<br />
And not all do, like Microsoft Basic: the decimal flag is not cleared via CLD. And the program crashes if by chance the CPU is in decimal mode. </p>
<p>So before using the G command it is good practice to clear location 00F1, the Processor Status register to clear the decimal flag and 00F2, the stack pointer to FF.<br />
A well behaving program should initialize stack and do a CLD just to be sure.</p>
<p>Returning to the KIM monitor can be done with a JMP START (1C4F). </p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-related-hardware/terc-kim-1-interface-set/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/20260524_150837-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TERC KIM-1 Interface set</h2><div class="relpost_card_exerpt">A recent acquisition, the TERC (Technical Education Research Centers) KIM-1 Interface set. An educational tool to work w...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/6502-tester-nmos-cmos-1-8mhz/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/6502testers1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">6502 tester NMOS CMOS 1-8MHz</h2><div class="relpost_card_exerpt">The 6502 W65C02 6502C CPU tester NMOS / CMOS 1-8MHz is a CPU tester for 40 pin 6502/65C02 and WD65C02 and Sally. 

The...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/20901-2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/mc6800mcs6502.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">680x/650x Test system</h2><div class="relpost_card_exerpt">The 680x/650x Test system allows to test, with the CPU itself performing the test, the MC680X and MCS650X families.

T...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/backbit-chip-tester-pro-v2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/11/chip-tester-pro-6530.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Backbit Chip Tester PRO V2</h2><div class="relpost_card_exerpt">A simple tio use and effective component test and ROM dump can be done with the wonderful Backbit Chiptester Pro V2.

...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The KIM-1 Monitor explained</title>
		<link>http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 10:11:55 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[corsham]]></category>
		<category><![CDATA[kim-1]]></category>
		<category><![CDATA[microkim]]></category>
		<category><![CDATA[pal-1]]></category>
		<category><![CDATA[pal-2]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=21221</guid>

					<description><![CDATA[The hardware and the software in the KIM-1 work closely together. The tiny program, less than 2KB in the two ROMs, together with the simple hardware is very clever designed. The KIM-1 is a complete computer with two user interfaces and data storage with a simple namespace. It is one of the first 6502 computers, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The hardware and the software in the KIM-1 work closely together. The tiny program, less than 2KB in the two ROMs, together with the simple hardware is very clever designed.</p>
<p>The KIM-1 is a complete computer with two user interfaces and data storage with a simple namespace. It is one of the first 6502 computers, and many clones or derived 6502 SBC systems are designed with more or less KIM-1 copied parts of the software and hardware. On this site you can find many examples!  </p>
<p>On the following pages I will try to explain how all this is working together. It will not be a rewrite of the KIM-1 user manual, please read that first, but more a deeper personal dive into the software and hardware of what the makes the KIM-1 tick. It also will expect a basic knowledge of the 6502, the 6530 and digital electronics.</p>
<p>The KIM-1 monitor software exists of two separate parts. The 6530-002 RRIOT ROM, called KIM as separate IC, RRIOT and the 6530-003 RRIOT ROM.<br />
The two are not written as one program, the 6530-002 routines do not need the 6530-003.<br />
One could speculate the 6530-002 software was developed together with the LED/keyboard display and TTY interface hardware. And when that design was done,<br />
the need for data storage for the user arose and the 6530-003 was added.</p>
<p>The 6530-003 only has audio tape read and write routines and uses the ports of the 6530-002 for the audio bit streams.<br />
The 6530-002 can be used to build a standalone computer, the 6530-003 is an addon for a 6530-002 based system.<br />
Besides sharing RAM locations in the zeropage and the RAM area in the 6530-002 RRIOT the two do not use each others routines. The 6530-003 routines only know the address of the 6530-002 START routine.</p>
<p>Pages to follow:</p>

<!-- Page-list plugin v.6.3 wordpress.org/plugins/page-list/ -->
<ul class="page-list subpages-page-list ">
<li class="page_item page-item-21232"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/execute-a-program/" data-wpel-link="internal">Execute a program: GOEXEC</a></li>
<li class="page_item page-item-21236"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/getch-read-a-character-from-tty/" data-wpel-link="internal">GETCH read a character from TTY</a></li>
<li class="page_item page-item-21218"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/startup-of-the-kim-1-reset/" data-wpel-link="internal">Startup of the KIM-1: RESET</a></li>
<li class="page_item page-item-21206"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/sigma-kb-tty-selection/" data-wpel-link="internal">Sigma, KB/TTY selection</a></li>
<li class="page_item page-item-8122"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/suppress-kim-1-echo/" data-wpel-link="internal">Suppress the KIM-1 echo</a></li>
<li class="page_item page-item-8080"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/load-papertape-format/" data-wpel-link="internal">Load papertape format</a></li>

</ul>
<p>&#8211; architecture<br />
  CPU<br />
  RAM<br />
  RRIOTs<br />
  memory decoding<br />
  expendability and external access<br />
&#8211; memory layout<br />
&#8211; KIM-1 startup<br />
  &#8211; RESET routine<br />
  &#8211; TTY/KB selection<br />
&#8211; the two user interfaces of the KIM-1<br />
  &#8211; TTY<br />
    hardware<br />
    routines<br />
    CLI<br />
  &#8211; LED display and keyboard<br />
    hardware<br />
    routines<br />
    CLI<br />
&#8211; the KIM-1 file system and namespace<br />
&#8211; the audio tape read<br />
&#8211; the audio tape write<br />
&#8211; missed opportunities in the KIM-1 design<br />
  &#8211; integration of main CLIs and tape routines<br />
  &#8211; tape read and write not callable as subroutines</p>
<p>Work in Progress July 6, 2026 </p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-related-hardware/terc-kim-1-interface-set/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/20260524_150837-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TERC KIM-1 Interface set</h2><div class="relpost_card_exerpt">A recent acquisition, the TERC (Technical Education Research Centers) KIM-1 Interface set. An educational tool to work w...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/6502-tester-nmos-cmos-1-8mhz/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/6502testers1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">6502 tester NMOS CMOS 1-8MHz</h2><div class="relpost_card_exerpt">The 6502 W65C02 6502C CPU tester NMOS / CMOS 1-8MHz is a CPU tester for 40 pin 6502/65C02 and WD65C02 and Sally. 

The...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/20901-2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/mc6800mcs6502.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">680x/650x Test system</h2><div class="relpost_card_exerpt">The 680x/650x Test system allows to test, with the CPU itself performing the test, the MC680X and MCS650X families.

T...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/backbit-chip-tester-pro-v2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/11/chip-tester-pro-6530.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Backbit Chip Tester PRO V2</h2><div class="relpost_card_exerpt">A simple tio use and effective component test and ROM dump can be done with the wonderful Backbit Chiptester Pro V2.

...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Startup of the KIM-1: RESET</title>
		<link>http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/startup-of-the-kim-1-reset/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 10:09:06 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[kim-1]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=21218</guid>

					<description><![CDATA[RESET is executed when the user presses the RESET button, and the 6502 RESET input is triggered. Read here how the TTY/LED selection is made with an external switch [/code] fall into TTY interface TTYKB do the LED display and keyboard scanning [/code] See also:TERC KIM-1 Interface setA recent acquisition, the TERC (Technical Education Research [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>RESET is executed when the user presses the RESET button, and the 6502 RESET input is triggered.</p>
<pre class="brush: plain; title: ; notranslate">
RST     LDX   #$FF       ; KIM ENTRY VIA RST at $1C22
        TXS   
        STX   SPUSER
        JSR   INITS
  
        subroutine INITS and INIT1 at 1E88

       INITS   LDX   #$01       ; SET KB MODE TO ADDR
               STX   MODE        
       ;
       ; the Port A and B data direction registers are setup here
       ; Port a is all input
       ; Port B PB0-PB5 is output
       ; PB1 and PB2 are 1, other PBx 0
       ;
       INIT1   LDX   #$00        
               STX   PADD       ; FOR SIGMA USE SAD
               LDX   #$3F        
               STX   PBDD       ; FOR SIGMA USE SBDD
               LDX   #$07       ; ENABLE DATA IN    
	       STX   SBD        ; OUTPUT
               CLD
               SEI
               RTS

here code to determine baudrate, see the TTY section

START   JSR   INIT1                              
        LDA   #$01
        BIT   SAD
        BNE   TTYKB

</pre>
<p><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/sigma-kb-tty-selection/" data-wpel-link="internal">Read here how the TTY/LED selection is made with an external switch</a><br />
[/code]<br />
fall into TTY interface</p>
<p>TTYKB  do the LED display and keyboard scanning</p>
<p>[/code]</p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-related-hardware/terc-kim-1-interface-set/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/20260524_150837-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TERC KIM-1 Interface set</h2><div class="relpost_card_exerpt">A recent acquisition, the TERC (Technical Education Research Centers) KIM-1 Interface set. An educational tool to work w...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/6502-tester-nmos-cmos-1-8mhz/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/6502testers1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">6502 tester NMOS CMOS 1-8MHz</h2><div class="relpost_card_exerpt">The 6502 W65C02 6502C CPU tester NMOS / CMOS 1-8MHz is a CPU tester for 40 pin 6502/65C02 and WD65C02 and Sally. 

The...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/20901-2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/mc6800mcs6502.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">680x/650x Test system</h2><div class="relpost_card_exerpt">The 680x/650x Test system allows to test, with the CPU itself performing the test, the MC680X and MCS650X families.

T...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/backbit-chip-tester-pro-v2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/11/chip-tester-pro-6530.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Backbit Chip Tester PRO V2</h2><div class="relpost_card_exerpt">A simple tio use and effective component test and ROM dump can be done with the wonderful Backbit Chiptester Pro V2.

...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The KIM-1 explained</title>
		<link>http://retro.hansotten.nl/the-kim-1-explained/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 17:34:37 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[kim-1]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=21197</guid>

					<description><![CDATA[The hardware and the software in the KIM-1 work closely together. The tiny program, less than 2KB in the two ROMs, together with the simple hardware is very clever designed. The KIM-1 is a complete computer with two user interfaces and data storage with a simple namespace. It is one of the first 6502 computers, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The hardware and the software in the KIM-1 work closely together. The tiny program, less than 2KB in the two ROMs, together with the simple hardware is very clever designed.<br />
The KIM-1 is a complete computer with two user interfaces and data storage with a simple namespace. It is one of the first 6502 computers, and many clones or derived 6502 SBC systems are designed with more or less KIM-1 copied parts of the software and hardware. On this site you can find many examples!  </p>
<p><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/" data-wpel-link="internal">On these pages I will try to explain how all this is working together.</a> It will not be a rewrite of the KIM-1 user manual, read that first, but more a deeper personal dive into the software and hardware of what the makes the KIM-1 tick. It also will expect a basic knowledge of the 6502 and digital electronics.</p>
<p>Work in Progress July 6, 2026 </p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/kim-1-simulator-2-2-0/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/pastescroll.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">A demo of the new facilities in the KIM-1 Simulator 2.2.1</h2><div class="relpost_card_exerpt">A demo of the new facilities in the KIM-1 Simulator 2.2.1 

Scroll, copy paste of the console.

New versions of KIM-...</div></div></div></a><a href="http://retro.hansotten.nl/kim-1-connectors-beware-the-chinese-cheap-variants/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/307-044-500-202.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM-1 connectors: beware the Chinese cheap variants!</h2><div class="relpost_card_exerpt">The KIM-1 needs 2 edge connectors.

The specifications are: card edge; PIN: 44; 3.96mm 

When you search for those, ...</div></div></div></a><a href="http://retro.hansotten.nl/magazines-compute-and-compute-ii/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/best-of-micro2-front.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Magazines: Compute! and Compute II</h2><div class="relpost_card_exerpt">The pages om Magazines had an update.

MICRO has its own page with all Best of MICRO pfds.
Compute! and Compute II ar...</div></div></div></a><a href="http://retro.hansotten.nl/mtu-documents-update/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/k10085c2025-07-06-0001s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">All documents in the MTU pages are now clean and higher quality, about 50 new PDFs.</h2><div class="relpost_card_exerpt">I got hold a about 10 cm of MTU documents. Several I already had in PDF format, some not available yet.
I took the oppo...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>KIM-1 TTY I/O, no echo, non-blocking, deaf</title>
		<link>http://retro.hansotten.nl/kim-1-tty-i-o-no-echo-non-blocking-deaf/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Thu, 02 Jul 2026 09:39:18 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[corsham]]></category>
		<category><![CDATA[kim-1]]></category>
		<category><![CDATA[microkim]]></category>
		<category><![CDATA[pal-1]]></category>
		<category><![CDATA[pal-2]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=21192</guid>

					<description><![CDATA[A page on suppressing the KIM-1 echo of TTY input, read non-blocking and make the TTY input deaf. Problems with the KIM-1 TTY character input The KIM-1 hardware is hardware echoing incoming serial characters to the output, no echo in software involved, so you cannot influence what appears on screen. Very annoying! The KIM-1 GETCH [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/the-kim-1-monitor-explained/suppress-kim-1-echo/" data-wpel-link="internal">A page on suppressing the KIM-1 echo of TTY input, read non-blocking and make the TTY input deaf.</a></p>
<p><strong>Problems with the KIM-1 TTY character input</strong></p>
<ol>
<li>The KIM-1 hardware is hardware echoing incoming serial characters to the output, no echo in software involved, so you cannot influence what appears on screen. Very annoying!</li>
<li>The KIM-1 GETCH routine is blocking, no way to check for a character coming in, like a Break. waiting.<br />
            Also quite annoying if porting other software to the KIM-1 or you want the program interruptable.</li>
<li>While a program is running something CPU intensive and you type something the program is not really waiting for, the characters appear on screen. Because the KIM-1 does hardware            echoing of TTY input, this is unavoidable it seems</li>
</ol>
<p><a href="http://echo" data-wpel-link="external">Here I present solutions for these problems in software,</a> made possible by the genius hardware design of the KIM-1 TTY I/O.<br />
You can have serial input wihout echo, non-blocking and even make the TTY input deaf for unwanted input.</p>
<p>Are they perfect? Maybe not, it is still bitbanging the incoming serial signal. It can miss the correct starting point for the incoming character bit stream.<br />
If you want a perfect solution, you will need interrupt driven ringbuffered serial I/O with a dedicated IC like the 6850, 6511 etc.<br />
Without this extra hardware you can achieve acceptable results with these routines.</p>
<div id="attachment_21176" style="width: 278px" class="wp-caption alignright"><img decoding="async" aria-describedby="caption-attachment-21176" src="http://retro.hansotten.nl/wp-content/uploads/2026/07/settings-2.3.1-1.jpg" alt="" width="268" height="181" class="size-full wp-image-21176" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/07/settings-2.3.1-1.jpg 268w, http://retro.hansotten.nl/wp-content/uploads/2026/07/settings-2.3.1-1-150x101.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/07/settings-2.3.1-1-1x1.jpg 1w" sizes="(max-width: 268px) 100vw, 268px" /><p id="caption-attachment-21176" class="wp-caption-text">Settings 2.3.1</p></div>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/kim-1-simulator-2-2-0/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/pastescroll.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">A demo of the new facilities in the KIM-1 Simulator 2.2.1</h2><div class="relpost_card_exerpt">A demo of the new facilities in the KIM-1 Simulator 2.2.1 

Scroll, copy paste of the console.

New versions of KIM-...</div></div></div></a><a href="http://retro.hansotten.nl/kim-1-connectors-beware-the-chinese-cheap-variants/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/307-044-500-202.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM-1 connectors: beware the Chinese cheap variants!</h2><div class="relpost_card_exerpt">The KIM-1 needs 2 edge connectors.

The specifications are: card edge; PIN: 44; 3.96mm 

When you search for those, ...</div></div></div></a><a href="http://retro.hansotten.nl/magazines-compute-and-compute-ii/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/best-of-micro2-front.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Magazines: Compute! and Compute II</h2><div class="relpost_card_exerpt">The pages om Magazines had an update.

MICRO has its own page with all Best of MICRO pfds.
Compute! and Compute II ar...</div></div></div></a><a href="http://retro.hansotten.nl/mtu-documents-update/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/k10085c2025-07-06-0001s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">All documents in the MTU pages are now clean and higher quality, about 50 new PDFs.</h2><div class="relpost_card_exerpt">I got hold a about 10 cm of MTU documents. Several I already had in PDF format, some not available yet.
I took the oppo...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Correct KIM-1 monitor source</title>
		<link>http://retro.hansotten.nl/correct-kim-1-monitor-source/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Sun, 28 Jun 2026 17:18:08 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[kim-1]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=21135</guid>

					<description><![CDATA[Many sources of the KIM-1 monitor are floating around. All typed in from the user manual, most are not identical to the original text. None deliver the real KIM-1 ROMs, they fail with filling unused bytes with FF. And the text and comments are incomplete, wrong or made up. So in June 2026 I have [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Many sources of the KIM-1 monitor are floating around. All typed in from the user manual, most are not identical to the original text. None deliver the real KIM-1 ROMs, they fail with filling unused bytes with FF. And the text and comments are incomplete, wrong or made up.</p>
<p>So in June 2026 I have typed in the source of the KIM-1 monitor as it is listed in the User manual. Every line has the same line number, all text including comments is as in the paper listing. The listing is also paged as the original.  Converted to a modern MOS Technology assembler format (I used TAS32), that delivers the exact ROM binary (including those 00 filler bytes!) as dumped from the real 6530-002 and -003 by me.</p>
<p><a href=" http://retro.hansotten.nl/uploads/files/KIM-1 Monitor source.zip" data-wpel-link="internal">KIM-1 Monitor source, listing and binaries and TASM32 archive</a></p>
<p><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim_1-roms/" data-wpel-link="internal"><img fetchpriority="high" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/kim-1-source-listing.jpg" alt="" width="606" height="790" class="aligncenter size-full wp-image-21144" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/kim-1-source-listing.jpg 606w, http://retro.hansotten.nl/wp-content/uploads/2026/06/kim-1-source-listing-230x300.jpg 230w, http://retro.hansotten.nl/wp-content/uploads/2026/06/kim-1-source-listing-115x150.jpg 115w, http://retro.hansotten.nl/wp-content/uploads/2026/06/kim-1-source-listing-1x1.jpg 1w" sizes="(max-width: 606px) 100vw, 606px" /><br />
More on the KIM-1 ROMs here.<br />
</a></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/kim-1-simulator-2-2-0/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/pastescroll.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">A demo of the new facilities in the KIM-1 Simulator 2.2.1</h2><div class="relpost_card_exerpt">A demo of the new facilities in the KIM-1 Simulator 2.2.1 

Scroll, copy paste of the console.

New versions of KIM-...</div></div></div></a><a href="http://retro.hansotten.nl/kim-1-connectors-beware-the-chinese-cheap-variants/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/307-044-500-202.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM-1 connectors: beware the Chinese cheap variants!</h2><div class="relpost_card_exerpt">The KIM-1 needs 2 edge connectors.

The specifications are: card edge; PIN: 44; 3.96mm 

When you search for those, ...</div></div></div></a><a href="http://retro.hansotten.nl/magazines-compute-and-compute-ii/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/best-of-micro2-front.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Magazines: Compute! and Compute II</h2><div class="relpost_card_exerpt">The pages om Magazines had an update.

MICRO has its own page with all Best of MICRO pfds.
Compute! and Compute II ar...</div></div></div></a><a href="http://retro.hansotten.nl/mtu-documents-update/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/k10085c2025-07-06-0001s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">All documents in the MTU pages are now clean and higher quality, about 50 new PDFs.</h2><div class="relpost_card_exerpt">I got hold a about 10 cm of MTU documents. Several I already had in PDF format, some not available yet.
I took the oppo...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MOStermind</title>
		<link>http://retro.hansotten.nl/mostermind/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Fri, 26 Jun 2026 12:32:42 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[kim-1]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=21120</guid>

					<description><![CDATA[MOStermind is an implementation of the Mastermind board game for the KIM-1 computer. Developed by HKZ. It&#8217;s written in 6502 assembly using DASM assembler and MAME as developing tools. You can download it here How to play The game follows the basic rules of mastermind: the codemaster generates a hidden code and you have to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/logo.png" alt="" width="700" height="319" class="aligncenter size-full wp-image-21121" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/logo.png 700w, http://retro.hansotten.nl/wp-content/uploads/2026/06/logo-300x137.png 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/logo-150x68.png 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/logo-2x1.png 2w" sizes="(max-width: 700px) 100vw, 700px" /><br />
MOStermind is an implementation of the <a href="https://en.wikipedia.org/wiki/Mastermind_(board_game)" data-wpel-link="external">Mastermind board game</a> for the KIM-1 computer.<br />
Developed by HKZ. </p>
<p>It&#8217;s written in 6502 assembly using <a href="https://dasm-assembler.github.io/" data-wpel-link="external">DASM</a> assembler and MAME as developing tools.</p>
<p><a href="https://codeberg.org/hkzlab/MOStermind_KIM-1/releases" data-wpel-link="external">You can download it here</a></p>
<p><strong>How to play</strong></p>
<p>The game follows the basic rules of mastermind: the codemaster generates a hidden code and you have to guess it in a limited number of tries, while the codemaster gives you a report on how much you got right for each guess.</p>
<p>The codes are be composed by 4 symbols, each symbol can be one of the following 8 characters: `A`, `B`, `C`, `D`, `E`, `F`, `G`, `H`. Note that a character appearing multiple times in a code is perfectly valid.</p>
<p>After you type in the 4 character code and press `RETURN`, the codemaster will analyze your guess and report the result using 4 symbols:</p>
<p>&#8211; `O` indicates that one symbol is both the right character and at the correct spot<br />
&#8211; `*` indicates that a symbol is a character that appears in the code, but is in the wrong place<br />
&#8211; `.` Indicates that a character is not present at all in the code</p>
<p>Note that these are **NON POSITIONAL**, and they&#8217;re just shown in order of precedence: first `O`, then `*`, then `.`. They bear no information on which of the characters is right. You&#8217;ll have to find that yourself.</p>
<p>In case you want to cancel a guess before submitting it (to avoid wasting a try), you can press `BACKSPACE`. The guess submission will be aborted, no analysis will be performed and you&#8217;ll be able to submit a new guess.</p>
<p><strong>Does it run on the KIM-1 Simulator? YES!</strong></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/MOSTERMIND.jpg" alt="" width="1016" height="633" class="aligncenter size-full wp-image-21122" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/MOSTERMIND.jpg 1016w, http://retro.hansotten.nl/wp-content/uploads/2026/06/MOSTERMIND-300x187.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/MOSTERMIND-150x93.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/MOSTERMIND-768x478.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/MOSTERMIND-2x1.jpg 2w"  sizes="(max-width: 1016px) 100vw, 1016px" /></p>
<p>You only have to set the FOCAL_V3D break setting in the Settings.</p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/kim-1-simulator-2-2-0/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/pastescroll.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">A demo of the new facilities in the KIM-1 Simulator 2.2.1</h2><div class="relpost_card_exerpt">A demo of the new facilities in the KIM-1 Simulator 2.2.1 

Scroll, copy paste of the console.

New versions of KIM-...</div></div></div></a><a href="http://retro.hansotten.nl/kim-1-connectors-beware-the-chinese-cheap-variants/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/307-044-500-202.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM-1 connectors: beware the Chinese cheap variants!</h2><div class="relpost_card_exerpt">The KIM-1 needs 2 edge connectors.

The specifications are: card edge; PIN: 44; 3.96mm 

When you search for those, ...</div></div></div></a><a href="http://retro.hansotten.nl/magazines-compute-and-compute-ii/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/best-of-micro2-front.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Magazines: Compute! and Compute II</h2><div class="relpost_card_exerpt">The pages om Magazines had an update.

MICRO has its own page with all Best of MICRO pfds.
Compute! and Compute II ar...</div></div></div></a><a href="http://retro.hansotten.nl/mtu-documents-update/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/k10085c2025-07-06-0001s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">All documents in the MTU pages are now clean and higher quality, about 50 new PDFs.</h2><div class="relpost_card_exerpt">I got hold a about 10 cm of MTU documents. Several I already had in PDF format, some not available yet.
I took the oppo...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>338-6503 Rockwell, a R65C02 with an obscure number</title>
		<link>http://retro.hansotten.nl/338-6503-rockwell-a-r65c02-with-an-oscure-number/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Tue, 23 Jun 2026 14:52:48 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=21115</guid>

					<description><![CDATA[I saw an advert on bey (China seller) for a Rockwell 6503 IC. The 6503 is a variant of the 6502 with limited number of pins to 28, the same 6502 core with less addressing space. But something in the advert made me wonder, a 40 pin 6503? I ordered one and indeed a 40 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I saw an advert on bey (China seller) for a Rockwell 6503 IC. The 6503 is a variant of the 6502 with limited number of pins to 28, the same 6502 core with less addressing space.<br />
But something in the advert made me wonder, a 40 pin 6503?</p>
<p>I ordered one and indeed a 40 pin IC appeared. So this is not a 6503!<br />
Then I searched the internet for the 338-6503 printed on the IC and found references to it being a R65C02.<br />
And indeed, <a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/" data-wpel-link="internal">the 6502 testers</a> recognized it as working 65C02. Weird!<br />
The &#8216;6503&#8217; was found in Apple IIe and Apple IIc  computers. </p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-1024x350.jpg" alt="" width="654" height="224" class="aligncenter size-large wp-image-21116" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-1024x350.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-300x103.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-150x51.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-768x262.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-1536x525.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339-3x1.jpg 3w, http://retro.hansotten.nl/wp-content/uploads/2026/06/20260623_163339.jpg 1744w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/kim-1-simulator-2-2-0/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/pastescroll.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">A demo of the new facilities in the KIM-1 Simulator 2.2.1</h2><div class="relpost_card_exerpt">A demo of the new facilities in the KIM-1 Simulator 2.2.1 

Scroll, copy paste of the console.

New versions of KIM-...</div></div></div></a><a href="http://retro.hansotten.nl/kim-1-connectors-beware-the-chinese-cheap-variants/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/307-044-500-202.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM-1 connectors: beware the Chinese cheap variants!</h2><div class="relpost_card_exerpt">The KIM-1 needs 2 edge connectors.

The specifications are: card edge; PIN: 44; 3.96mm 

When you search for those, ...</div></div></div></a><a href="http://retro.hansotten.nl/magazines-compute-and-compute-ii/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/best-of-micro2-front.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Magazines: Compute! and Compute II</h2><div class="relpost_card_exerpt">The pages om Magazines had an update.

MICRO has its own page with all Best of MICRO pfds.
Compute! and Compute II ar...</div></div></div></a><a href="http://retro.hansotten.nl/mtu-documents-update/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/k10085c2025-07-06-0001s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">All documents in the MTU pages are now clean and higher quality, about 50 new PDFs.</h2><div class="relpost_card_exerpt">I got hold a about 10 cm of MTU documents. Several I already had in PDF format, some not available yet.
I took the oppo...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>R6500/1EC Microprocessor Emulator Device</title>
		<link>http://retro.hansotten.nl/6502-sbc/aim-65/r6500-1ec-microprocessor-emulator-device/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Sun, 14 Jun 2026 08:42:39 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=21103</guid>

					<description><![CDATA[A R6500/1EC IC. A beautiful white version. Week 40 1980, NMOS. The R6500/1EC is a development IC for the R6500/1 microcomputer family. Rockwell R6500/1 family The R6500/1 is a 6502 , ROM (2K) 64 bytes RAM ,4&#215;8 bit I/O, a 16 bit timer with I/O pin. The ROM contents are factory mask-programmed, not programmable by [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A R6500/1EC IC. A beautiful white version. Week 40 1980, NMOS.<br />
The R6500/1EC is a development IC for the R6500/1 microcomputer family.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-1024x280.jpg" alt="" width="654" height="179" class="aligncenter size-large wp-image-21093" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-1024x280.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-300x82.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-150x41.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-768x210.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-1536x420.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-2048x561.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-4x1.jpg 4w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-1024x294.jpg" alt="" width="654" height="188" class="aligncenter size-large wp-image-21092" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-1024x294.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-300x86.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-150x43.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-768x220.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-3x1.jpg 3w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK.jpg 1422w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><strong>Rockwell R6500/1 family</strong></p>
<p>The R6500/1 is a 6502 , ROM (2K) 64 bytes RAM ,4&#215;8 bit I/O, a 16 bit timer with I/O pin.<br />
The ROM contents are factory mask-programmed, not programmable by the user.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-791x1024.jpg" alt="" width="654" height="847" class="aligncenter size-large wp-image-21089" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-scaled.jpg 1978w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p>This makes it a standalone microcomputer, no extra RAM/ROM or decode logic required. </p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-1024x539.jpg" alt="" width="654" height="344" class="aligncenter size-large wp-image-21090" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-1024x539.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-300x158.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-150x79.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-768x404.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-1536x809.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-2048x1079.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-2x1.jpg 2w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-791x1024.jpg" alt="" width="654" height="847" class="aligncenter size-large wp-image-21091" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-scaled.jpg 1978w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p>There are no external address lines or data lines, the 6502 is all internal except the interrupt lines and clock.  </p>
<p><strong>Rockwell R6500/1EC</strong></p>
<p>To develop applications with the R6500/1 Rockwell developed the R6500/1EC. This IC has the same pins as the R6500/1 but adds address and data lines and relies on an external ROM.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-800x1024.jpg" alt="" width="654" height="837" class="aligncenter size-large wp-image-21100" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-800x1024.jpg 800w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-234x300.jpg 234w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-117x150.jpg 117w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-768x983.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-1201x1536.jpg 1201w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-1601x2048.jpg 1601w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-scaled.jpg 2001w"  sizes="(max-width: 654px) 100vw, 654px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-794x1024.jpg" alt="" width="654" height="843" class="aligncenter size-large wp-image-21101" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-794x1024.jpg 794w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-233x300.jpg 233w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-768x990.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-1192x1536.jpg 1192w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-1589x2048.jpg 1589w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-scaled.jpg 1986w"  sizes="(max-width: 654px) 100vw, 654px" /><br />
<strong>Downloads</strong></p>
<table>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6500-1.pdf" data-wpel-link="internal"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-232x300.jpg" alt="" width="232" height="300" class="aligncenter size-medium wp-image-21096" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-scaled.jpg 1978w"  sizes="(max-width: 232px) 100vw, 232px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6500-1.pdf" data-wpel-link="internal">R6500/1 One-Chip Microcomputer</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6500-1.pdf" data-wpel-link="internal"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-235x300.jpg" alt="" width="235" height="300" class="aligncenter size-medium wp-image-21098" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-235x300.jpg 235w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-802x1024.jpg 802w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-117x150.jpg 117w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-768x981.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-1203x1536.jpg 1203w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-1604x2048.jpg 1604w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-scaled.jpg 2005w"  sizes="(max-width: 235px) 100vw, 235px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/rockwell_r6500_1e_mpu_emu_jun_1987.pdf" data-wpel-link="internal">R6500/1E Microprocessor Emulator Device</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6504.pdf" data-wpel-link="internal"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-232x300.jpg" alt="" width="232" height="300" class="aligncenter size-medium wp-image-21108" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-scaled.jpg 1978w"  sizes="(max-width: 232px) 100vw, 232px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6504.pdf" data-wpel-link="internal">R6500/1 Microprocessor Programming Reference Card</a></td>
</tr>
</table>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-related-hardware/terc-kim-1-interface-set/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/20260524_150837-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TERC KIM-1 Interface set</h2><div class="relpost_card_exerpt">A recent acquisition, the TERC (Technical Education Research Centers) KIM-1 Interface set. An educational tool to work w...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/6502-tester-nmos-cmos-1-8mhz/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/6502testers1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">6502 tester NMOS CMOS 1-8MHz</h2><div class="relpost_card_exerpt">The 6502 W65C02 6502C CPU tester NMOS / CMOS 1-8MHz is a CPU tester for 40 pin 6502/65C02 and WD65C02 and Sally. 

The...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/20901-2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/mc6800mcs6502.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">680x/650x Test system</h2><div class="relpost_card_exerpt">The 680x/650x Test system allows to test, with the CPU itself performing the test, the MC680X and MCS650X families.

T...</div></div></div></a><a href="http://retro.hansotten.nl/what-cpu-is-this-6502-and-other-component-testers/backbit-chip-tester-pro-v2/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/11/chip-tester-pro-6530.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Backbit Chip Tester PRO V2</h2><div class="relpost_card_exerpt">A simple tio use and effective component test and ROM dump can be done with the wonderful Backbit Chiptester Pro V2.

...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>R6500/1EC Microprocessor Emulator Device</title>
		<link>http://retro.hansotten.nl/r-6500-1ec/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Sat, 13 Jun 2026 17:32:45 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=21088</guid>

					<description><![CDATA[I acquired a R6500/1EC IC. A beautiful white version. Week 40 1980, NMOS.The R6500/1EC is a development IC for the R6500/1 microcomputer family. Rockwell R6500/1 family The R6500/1 is a 6502 , ROM (2K) 64 bytes RAM ,4&#215;8 bit I/O, a 16 bit timer with I/O pin. The ROM contents are factory mask-programmed, not programmable [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://retro.hansotten.nl/6502-sbc/aim-65/r6500-1ec-microprocessor-emulator-device/" data-wpel-link="internal">I acquired a R6500/1EC IC. A beautiful white version. Week 40 1980, NMOS.The R6500/1EC is a development IC for the R6500/1 microcomputer family.</a></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-1024x280.jpg" alt="" width="654" height="179" class="aligncenter size-large wp-image-21093" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-1024x280.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-300x82.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-150x41.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-768x210.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-1536x420.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-2048x561.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-4x1.jpg 4w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-1024x294.jpg" alt="" width="654" height="188" class="aligncenter size-large wp-image-21092" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-1024x294.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-300x86.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-150x43.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-768x220.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK-3x1.jpg 3w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001ec-BACK.jpg 1422w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><strong>Rockwell R6500/1 family</strong></p>
<p>The R6500/1 is a 6502 , ROM (2K) 64 bytes RAM ,4&#215;8 bit I/O, a 16 bit timer with I/O pin.<br />
The ROM contents are factory mask-programmed, not programmable by the user.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-791x1024.jpg" alt="" width="654" height="847" class="aligncenter size-large wp-image-21089" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.02-scaled.jpg 1978w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p>This makes it a standalone microcomputer, no extra RAM/ROM or decode logic required. </p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-1024x539.jpg" alt="" width="654" height="344" class="aligncenter size-large wp-image-21090" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-1024x539.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-300x158.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-150x79.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-768x404.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-1536x809.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-2048x1079.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2026/06/r65001-block-2x1.jpg 2w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-791x1024.jpg" alt="" width="654" height="847" class="aligncenter size-large wp-image-21091" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.018-scaled.jpg 1978w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p>There are no external address lines or data lines, the 6502 is all internal except the interrupt lines and clock.  </p>
<p><strong>Rockwell R6500/1EC</strong></p>
<p>To develop applications with the R6500/1 Rockwell developed the R6500/1EC. This IC has the same pins as the R6500/1 but adds address and data lines and relies on an external ROM.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-800x1024.jpg" alt="" width="654" height="837" class="aligncenter size-large wp-image-21100" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-800x1024.jpg 800w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-234x300.jpg 234w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-117x150.jpg 117w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-768x983.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-1201x1536.jpg 1201w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-1601x2048.jpg 1601w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987002-scaled.jpg 2001w"  sizes="(max-width: 654px) 100vw, 654px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-794x1024.jpg" alt="" width="654" height="843" class="aligncenter size-large wp-image-21101" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-794x1024.jpg 794w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-233x300.jpg 233w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-768x990.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-1192x1536.jpg 1192w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-1589x2048.jpg 1589w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987003-scaled.jpg 1986w"  sizes="(max-width: 654px) 100vw, 654px" /><br />
<strong>Downloads</strong></p>
<table>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6500-1.pdf" data-wpel-link="internal"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-232x300.jpg" alt="" width="232" height="300" class="aligncenter size-medium wp-image-21096" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6500-1.pdf.01-scaled.jpg 1978w"  sizes="(max-width: 232px) 100vw, 232px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6500-1.pdf" data-wpel-link="internal">R6500/1 One-Chip Microcomputer</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/rockwell_r6500_1e_mpu_emu_jun_1987.pdff" data-wpel-link="internal"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-235x300.jpg" alt="" width="235" height="300" class="aligncenter size-medium wp-image-21098" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-235x300.jpg 235w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-802x1024.jpg 802w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-117x150.jpg 117w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-768x981.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-1203x1536.jpg 1203w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-1604x2048.jpg 1604w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/rockwell_r6500_1e_mpu_emu_jun_1987001-scaled.jpg 2005w"  sizes="(max-width: 235px) 100vw, 235px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/rockwell_r6500_1e_mpu_emu_jun_1987.pdf" data-wpel-link="internal">R6500/1E Microprocessor Emulator Device</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6504.pdf" data-wpel-link="internal"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-232x300.jpg" alt="" width="232" height="300" class="aligncenter size-medium wp-image-21108" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-791x1024.jpg 791w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-768x994.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-1187x1536.jpg 1187w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-1583x2048.jpg 1583w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2026/06/R6504.pdf.01-scaled.jpg 1978w"  sizes="(max-width: 232px) 100vw, 232px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/rockwellforth/R6504.pdf" data-wpel-link="internal">R6500/1 Microprocessor Programming Reference Card</a></td>
</tr>
</table>
<p>The 6500/1 has been used for example in the AMIGA 1520 Plotter. I found this image on ebay:</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001-1024x446.jpg" alt="" width="654" height="285" class="aligncenter size-large wp-image-21112" srcset="http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001-1024x446.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001-300x131.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001-150x65.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001-768x334.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001-2x1.jpg 2w, http://retro.hansotten.nl/wp-content/uploads/2026/06/ncr-16001.jpg 1158w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/kim-1-simulator-2-2-0/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/05/pastescroll.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">A demo of the new facilities in the KIM-1 Simulator 2.2.1</h2><div class="relpost_card_exerpt">A demo of the new facilities in the KIM-1 Simulator 2.2.1 

Scroll, copy paste of the console.

New versions of KIM-...</div></div></div></a><a href="http://retro.hansotten.nl/kim-1-connectors-beware-the-chinese-cheap-variants/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/307-044-500-202.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM-1 connectors: beware the Chinese cheap variants!</h2><div class="relpost_card_exerpt">The KIM-1 needs 2 edge connectors.

The specifications are: card edge; PIN: 44; 3.96mm 

When you search for those, ...</div></div></div></a><a href="http://retro.hansotten.nl/magazines-compute-and-compute-ii/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/09/best-of-micro2-front.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Magazines: Compute! and Compute II</h2><div class="relpost_card_exerpt">The pages om Magazines had an update.

MICRO has its own page with all Best of MICRO pfds.
Compute! and Compute II ar...</div></div></div></a><a href="http://retro.hansotten.nl/mtu-documents-update/" class="relpost-block-single" data-wpel-link="internal"><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/k10085c2025-07-06-0001s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">All documents in the MTU pages are now clean and higher quality, about 50 new PDFs.</h2><div class="relpost_card_exerpt">I got hold a about 10 cm of MTU documents. Several I already had in PDF format, some not available yet.
I took the oppo...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
