On Sat, 30 Oct 2004, EECS382 student wrote: > Dear Prof, > Im not sure what the difference between the Memory Address and the Program counter is on the test. Memory address is where the actual machine instructions (that you assemble and store) in bytes. The program counter is only when you execute a program in run time. After each time you execute an instruction it increments to the size of the instruction (unless it is a jump instruction). > The program counters address increments based on the PC info in the packet right? > how does the Mem. address incrememnt? > see above. > Also, just to be sure, the Clock Time incremenets based on the "Cycles" right? yes, in machine cycles only not oscillation clocks (1 cycle equals 12 oscillations). > > Thank you, > >