UGC NET CS 2018 JUNE Paper-2
December 1, 2023Question 2774 – Theory-of-Computation
December 2, 2023Question 16320 – UGC NET Dec-2020 and June-2021 Paper-2
Which of the following is not an example of pseudo-instruction?
Correct Answer: C
Question 100 Explanation:
DEC instruction is used for decrementing an operand by one
ORG – Set current location counter value
END – Declare end of an assembly
HLT (halt) is an assembly language instruction which halts the central processing unit (CPU) until the next external interrupt is fired.
ORG – Set current location counter value
END – Declare end of an assembly
HLT (halt) is an assembly language instruction which halts the central processing unit (CPU) until the next external interrupt is fired.
DEC
END
HLT
ORG