answersLogoWhite

0

If IR[11-10] = 01, then skip the next instruction if AC = 0. This is then written in Assembler as Skipcond 400.

If IR[11-10] = 00, then skip the next instruction if AC < 0. This is then written in Assembler as Skipcond 000.

If IR[11-10] = 10, then skip the next instruction if AC > 0. This is then written in Assembler as Skipcond 800.

User Avatar

Wiki User

13y ago

What else can I help you with?