Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Palestine Technical University - Kadoorie

Course's Name :Microcontrollers Instructor's Name :Basim Alsayid


Course's Number :12120305 Student's Name:
……………………………
Exam's Period : Student's Number:
………………………...
Questions' Number : 1 Section's Number:
…………………………
Assignment 1
Total Mark : 10 Second…Semester 2022/2023 Exam's Date :11/03/2023
Pages' Number : 1 Form :

Q1) For the following program, What is the content of the stack and stack
pointer after the first and second call?

PORTB EQU 0F81H


ORG 0xC
MOVLW 0x30
ADDLW 0x55
MOVWF PORTB
NOP
CALL DELAY
MOVLW 0x40
MOVWF PORTB
CALL DELAY
NOP
END

The END

You might also like