BR main .EQUATE 2 .EQUATE O ;local variable #2d ;local variable #2d а: b: ;******* void swap(int *r, int *s) .EQUATE 6 .EQUATE 4 . EQUATΕ 0 2,i r,sf temp,s s,sf r,sf temp,s s,sf 2,i ¡formal parameter #2h ¡formal parameter #2h ;local variable #2d ¡push #temp ;temp = *r r: s: temp: swap: SUBSP LDWA STWA LDWA ;*r = *s STWA LDWA ;*s temp STWA ADDSP ¡pop #temp RET ;******* void order(int *x, int *y) .EQUATE 4 .EQUATE 2 х, sf y, sf endIf ;formal parameter #2h ;formal parameter #2h ;if (*x > *y) x: y: order: LDWA CPWA BRLE LDWA x,S -2,s ;move x STWA LDWA y,s -4,s 4,i ;move y STWA ;push #r #s ; swap(x, y) ¡pop #s #r SUBSP CALL swap 4,i ADDSP endIf: RET

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 38SA
icon
Related questions
Question

Draw the stack frame just before the RET instruction in the swap function is executed in the code shown below:

BR
main
.EQUATE 2
.EQUATE O
;local variable #2d
;local variable #2d
а:
b:
;******* void swap(int *r, int *s)
. EQUATE 6
. EQUATΕ 4
.EQUATE 0
¡formal parameter #2h
;formal parameter #2h
;local variable #2d
;push #temp
;temp = *r
r:
s:
temp:
swap:
SUBSP
2,i
r,sf
temp,s
s,sf
r,sf
temp,s
s,sf
2,i
LDWA
STWA
LDWA
;*r :
= *s
STWA
LDWA
;*s = temp
STWA
ADDSP
¡pop #temp
RET
;******* void order(int *x, int *y)
.EQUATE 4
.EQUATE 2
х, sf
y,sf
endIf
;formal parameter #2h
;formal parameter #2h
;if (*x > *y)
х:
y:
order:
LDWA
CPWA
BRLE
LDWA
X,S
;move x
STWA
-2,s
LDWA
y,s
-4,s
4,i
;move y
STWA
¡push #r #s
; swap(x, y)
¡ pop #s #r
SUBSP
CALL
swap
4,i
ADDSP
endIf:
RET
Transcribed Image Text:BR main .EQUATE 2 .EQUATE O ;local variable #2d ;local variable #2d а: b: ;******* void swap(int *r, int *s) . EQUATE 6 . EQUATΕ 4 .EQUATE 0 ¡formal parameter #2h ;formal parameter #2h ;local variable #2d ;push #temp ;temp = *r r: s: temp: swap: SUBSP 2,i r,sf temp,s s,sf r,sf temp,s s,sf 2,i LDWA STWA LDWA ;*r : = *s STWA LDWA ;*s = temp STWA ADDSP ¡pop #temp RET ;******* void order(int *x, int *y) .EQUATE 4 .EQUATE 2 х, sf y,sf endIf ;formal parameter #2h ;formal parameter #2h ;if (*x > *y) х: y: order: LDWA CPWA BRLE LDWA X,S ;move x STWA -2,s LDWA y,s -4,s 4,i ;move y STWA ¡push #r #s ; swap(x, y) ¡ pop #s #r SUBSP CALL swap 4,i ADDSP endIf: RET
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Fundamentals of Computer System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT