More notes. Very good job overall.
Slide 19:
You say to use: :CREATE filename1 filename2
Did you mean to say: :CREATE filename1
Slide 20:
You say: :DELETE filename filename2
Did you mean to say: :DELETE filename
Slide 51:
I don't remember ever thinking of the opcode as being 7 bits with a 2 bit mode. If anything, I think of half word opcodes starting wit 5 and test opcodes starting with 6. While it does fit several instructions, I tend to think of instructions like MOVEI and MOVEM, but never think of MOVES. I'd be inclined to drop your mode field and look more like page 014 in the manual you reference.
Slide 52:
"Includes bits 0 .. 6" - I'd say 0 .. 8.
"Three octal digits" - that's what I'd say, it implies 0 .. 8, not "0 .. 6 with trailing 00 bits" or how you describe device codes.
"Functions include" - I'd add and new first item, "Memory fetch and store"
"Arithmetic, integer and single precision" should be "Arithmetic, integer and single precision floating point"
"Jump, push, pop" - How about "Compare, test, skip, and jump?" Push and pop are memory store and fetch.
Slide 53, 54:
I recommend making it clear that the mode only applies to some instructions.
You could discuss a three bit mode for the 3xx opcodes, but I've always thought of the suffixes as "whatever I need." I know that -a is xx4, but only because of the TOPS-10 null job "AOJA 0,1" has opcode 344.
Slide 60:
"A block is defined using BLOCK" - I'd say "A block of memory is ..."
Slide 64:
There's a formatting problem - "stack" is split across two lines:
"The value at the top of the stac
k is put into the program
counter;"