Found this in the January 1980 Byte magazine:
That MINIMAX II would be about $23K today!!!
Didi you ever use one of these?
Bring out your 6502 oddities and curiosities..
6502 oddities from the past..
-
6502inside
- Posts: 101
- Joined: 03 Jan 2007
- Location: Sunny So Cal
- Contact:
Re: 6502 oddities from the past..
This might have been its disk drive. "The Minimax II is also known as the ACT Series 800."
https://www.computinghistory.org.uk/det ... k%20Drive/
And here's the ACT Series 800. Looks very similar.
https://nosher.net/archives/computers/p ... uthink_act
https://www.computinghistory.org.uk/det ... k%20Drive/
And here's the ACT Series 800. Looks very similar.
https://nosher.net/archives/computers/p ... uthink_act
Machine room: http://www.floodgap.com/etc/machines.html
Re: 6502 oddities from the past..
I recently found out that the Panasonic HHC is 6502 based. Maybe not an oddity, but quite interesting.
Re: 6502 oddities from the past..
(Panasonic HHC featured 10 years ago in our weekly posts!)
Re: 6502 oddities from the past..
I do like a nice tidy DIP board 
Neil
Neil
Re: 6502 oddities from the past..
jds wrote:
I recently found out that the Panasonic HHC is 6502 based. Maybe not an oddity, but quite interesting.
It was given to us 20 some years ago as a joke wedding gift!
Re: 6502 oddities from the past..
In the description for the Computhink Minimax I found this text.
If the full set of 6502 opcodes is insufficient, it is possible to microprogram a further 64 instructions using the opcodes whose two low order bits are turned on, ie those whose LSBs are 3,7,B or F. The advance publicity literature suggests that a good use for this facility would be to perform Pascal. In case that is not enough, a wealth of ROM based routines are available for use by the assembler programmer.
Does anyone know how you can microprogram a 6502?
If the full set of 6502 opcodes is insufficient, it is possible to microprogram a further 64 instructions using the opcodes whose two low order bits are turned on, ie those whose LSBs are 3,7,B or F. The advance publicity literature suggests that a good use for this facility would be to perform Pascal. In case that is not enough, a wealth of ROM based routines are available for use by the assembler programmer.
Does anyone know how you can microprogram a 6502?
- GARTHWILSON
- Forum Moderator
- Posts: 8773
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
Re: 6502 oddities from the past..
Welcome, josgrp.
The 6502 does not use microcode. However, see our own Jeff Laughton's KimKlone 65c02 with pointer-arithmetic-friendly extended address space and 9-cycle ITC Forth NEXT. It gives 6 new registers and 44 new instructions. Note that this is not just a proposal, but actual working hardware. See pictures in this forum post and on the next page of the forum topic. He's kind of a genius at this kind of thing, and also has ways to form I/O instructions that do a lot in each instruction.
Also, the CMOS version (ie, 65c02) adds new instructions and addressing modes, and many other improvements. See my article on it at http://wilsonminesco.com/NMOS-CMOSdif/ .
The 65816 takes it further, and its op code table is full. The '816 is not just a 6502 with potentially wider registers. It has lots of improvements that make it able to do things the '02 simply cannot. See my article about common misunderstandings about the '816, at http://wilsonminesco.com/816myths/ .
josgrp wrote:
In the description for the Computhink Minimax I found this text.
If the full set of 6502 opcodes is insufficient, it is possible to microprogram a further 64 instructions using the opcodes whose two low order bits are turned on, ie those whose LSBs are 3,7,B or F. The advance publicity literature suggests that a good use for this facility would be to perform Pascal. In case that is not enough, a wealth of ROM based routines are available for use by the assembler programmer.
Does anyone know how you can microprogram a 6502?
If the full set of 6502 opcodes is insufficient, it is possible to microprogram a further 64 instructions using the opcodes whose two low order bits are turned on, ie those whose LSBs are 3,7,B or F. The advance publicity literature suggests that a good use for this facility would be to perform Pascal. In case that is not enough, a wealth of ROM based routines are available for use by the assembler programmer.
Does anyone know how you can microprogram a 6502?
Also, the CMOS version (ie, 65c02) adds new instructions and addressing modes, and many other improvements. See my article on it at http://wilsonminesco.com/NMOS-CMOSdif/ .
The 65816 takes it further, and its op code table is full. The '816 is not just a 6502 with potentially wider registers. It has lots of improvements that make it able to do things the '02 simply cannot. See my article about common misunderstandings about the '816, at http://wilsonminesco.com/816myths/ .
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Re: 6502 oddities from the past..
While the 6502 is indeed not microprogrammed, I can imagine some opcode extension scheme which is. But I've not seen any implementation detail as to what the Minimax did (or was intended to do, in the case that this opcode extension business didn't ship.)