--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAMyt5OT%2B_NA5CfC-JzqHThDxAm1UOUWrg5CFMqZ4CSsgDtOEVg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/8ffcad19-c085-4eb5-a921-5a20f6c789f9%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAMyt5ORbtY2EB_x2Y_pAppWrKH5arAMsbXVWLT43qi61P6X25Q%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/3b3711f6be3bcdc24b79312f963f0f9c.squirrel%40wortel.sytse.net.
Below is a small PDP11 assembler program that just loops.It starts at 0100 with a nop and branches back.The Address display on the PiDP11 shows toggling between 0102 and 0104 while running.(possibly 0106 and 0100 also)000100 000240 loop: nop
000102 000776 br loopIs this correct? It seems a little odd to me.. I would expect to see it flicker between 0100 and 0102 (without the B2 light showing at all (since address 0104 is never reached).When I single step the code (HALT, CONT, CONT, CONT etc) it does show what I expect 0100, 0102, 0100, 0102 etc)Michael--
|\ _,,,---,,_ Michael Katzmann
/,`.-'`' -. ;-;;,_ NV3Z / VK2BEA / G4NYV
|,4- ) )-,_. ,\ ( `'-'
'---''(_/--' `-'\_)
I think that what you are seeing there is the OR of 000070 and 000072 (not 700 and 702).
While the Microcode is in the Instruction Decode cycle (micro-Instruction 343 - IRD.00) it tentatively starts a DATI cycle to read the next location. If the instruction being decoded is a BR (or a Conditional Branch where the branch is taken), the next micro-instruction (320, 325, 326, 330, 335 or 336, depending on the type of branch) will do a BusEnd transaction on the bus, fix the value in the PC and the microcode will go back to the Instruction Fetch micro-instruction (micro-instruction 217 - FET.00). The address 72 will be on the bus from the 1st cycle of the Instructon Decode, to the 1st cycle of the Instruction Fetch which is 50% of the time since the entire Instruction fetch to Branch takes 4 microinstructions.
At least that's how my interpretation of the microcode works. But I could well be wrong.
Ed
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAMyt5OT7OPeYZsQnifo2K%2Bhu1xSQjGi%2B%3DfSyr0Eop1wVPL2u0w%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/0eb287c6-de12-4ab8-aa29-8d26c15a6086n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/0eb287c6-de12-4ab8-aa29-8d26c15a6086n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/46e2e17d-6134-4abc-8e27-29c435750862n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/46e2e17d-6134-4abc-8e27-29c435750862n%40googlegroups.com.
The LEDs showing 1006 would, to my eyes be correct. Fetch of NOP at 1000, fetch of BR at 1002, aborted fetch of next word at 1004. OR'd together give an illusion of 1006.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/a0feb89f-27ba-44fa-a47c-be0e9a8507db%40softjar.se.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2d381af6-e20e-460b-b87a-f0e88f0ea256n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/431a0e497dd638.e6c0d88f3d94%40tottenham.name.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/c669be98-bab3-4533-b0aa-0468af13170dn%40googlegroups.com.
I've been looking at the whole thing of how Blinky works. It throws in some new questions.
As far as I can see, with the switch set to CONS PHY, the Address Lights show the last address set on the Switch Register, or if the processor is running, the last value written to 1777570. This is how Blink writes its rotating pattern into the Address lights. Otherwise, how could it execute at an address for a second or so, then jump somewhere else for a second or so.
When the switch is set to PROG PHY then the Address lights show the address put onto the bus by the MMU.
This doesn't seem to be the case with the PiDP 11/70.
Ed
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/8b76f6a5-a393-4321-8499-4b0e0b63b4bc%40softjar.se.
Hi Ian,
It's not really that Transient. The Processor launches a DATI cycle to read the next word of memory, but in the cycle where it would normally take the data off the bus, or pause the microcode clocks if the data is not ready, it chooses to ignore the data and restart the DATI cycle at the correct address. If you had a logic analyzer, it is quite likely that you would see the contents of the next word placed on the bus by the memory of cache controller.
Ed
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/1dd92945-37a8-4a38-8fff-08d1584e6c1fn%40googlegroups.com.
Hi Ian,
It would still have to fetch the instruction again with a read of address 1000, so 1000 will again go out on the bus.
Regards Ed
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/46554958-da75-4102-847c-79de201fb43an%40googlegroups.com.
Hi Jacob
Could I also ask you to try this one:
001000 012700 020000 Start: MOV #20000, R0
001004 012701 040000 MOV #40000, R1
001010 012702 001000 MOV #1000, R2
001014 012021 1$: MOV (R0)+, (R1)+
001016 077202 SOB R2, 1$
001020 000767 BR Start
It would certainly fix things in my mind better
If so, thanks
Ed
My pleasure!Pls see attachment
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/8DCD5FED-C7D4-4B4D-A15E-20D9A798FA26%40gmail.com.
On May 26, 2026, at 12:13, isy...@gmail.com <isy...@gmail.com> wrote:
Hi Ed,
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/46554958-da75-4102-847c-79de201fb43an%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/8DCD5FED-C7D4-4B4D-A15E-20D9A798FA26%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/9b1a5714-e81a-4326-a2cc-8a6bbd698535n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAMyt5ORmn85DHPZ43ehqYdogLJc9WVs9r%3DZi-Ry6HOFZWD3hpQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.
Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.Pls see attached vid
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.On May 26, 2026, at 12:23, Edward Tottenham <edw...@tottenham.name> wrote:
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/017f9b14-c476-46f2-b2e8-0117ed30873f%40tottenham.name.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2305DE40-FCBF-4B84-BE6A-CBE785541C8F%40gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "[PiDP-11]" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-11/o9_4QVkYfgc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/acbdb9e0bfb45.e07203f511d148%40tottenham.name.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAEO9ufw0LOB1yO479zvVwa5mU7ujDnqR0pX9rkAoGN9DvWv34g%40mail.gmail.com.
On May 26, 2026, at 16:12, Ian Schofield <isy...@gmail.com> wrote:
Thanks for your note. Unfortunately, google groups doesn't do attachments ... really annoying!