For what it's worth, all the opcodes in the 12c5xx document properly disassembled to the expected mnemonics. I only tested the code space in that document, though the limitations of 16 registers and 512 program words means that the full 12 bits per code word are either not necessary, or they filled in with more instructions which could only be found by trying all 4096 possible words. Since they are 'pic10' devices, another alternative is that they copied the 12c simulator, and are currently simulating with 12 bit code words, but there are really only 10 bits per word. This would be corrected in later versions of the simulator. -Adam M. Adam Davis wrote: > I was hoping to find some inc files when I downloaded it, but there are > none. Furthermore, you can only simulate these parts, none of the > programmers are available for them. > > You can, however, glean some small amount of information from the > simulator: > For the 10F206 > 512 words of program memory > 16 registers > The first 8 registers are, in order: > INDF > TMRO > PCL > STATUS > FSR > OSCCAL > GPIO > CMCON > Three non-addressable registers are (ie, not in register memory, > accessed I assume through special instructions) > OPTION_REG > TRISIO > WREG > Configuration bits include: > Oscillator (Usual set of internal/external RC, external crystals, etc. > Some interesting settings still...) > Watchdog > MCLR Enable > Code Protect > Hardware stack has 3 entries > > The 200 differs by: > 256 words program > no CMCON special function register > > The 202 is a 200 with 512 words program > The 204 is a 200 with the CMCON sfr. (or a 206 with only 256 code words) > > The stimulus allows hitting GP0-3, MCLR, and TOCK1 > > These are truly tiny processors. I'm going to put in a bunch of hex > data and let it disassemble it to see if I can discover most of the > instruction set. > > -Adam > > Ken Pergola wrote: > >> THIS IS NOT AN APRIL FOOL'S JOKE: >> --------------------------------- >> >> I noticed some new PIC10F PICmicros in MPLAB IDE v6.50: >> >> PIC10F200 >> PIC10F202 >> PIC10F204 >> PIC10F206 >> >> It will be interesting to see what these are all about... >> >> Anyone know? >> >> >> >> Best regards, >> >> Ken Pergola >> >> -- >> http://www.piclist.com hint: PICList Posts must start with ONE topic: >> [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads >> >> >> >> >> > > -- > http://www.piclist.com hint: PICList Posts must start with ONE topic: > [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads > > > -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads