virtual-labs-archive / computer-organization-iiith

This repo belongs to the Computer Systems Organization lab
Other
1 stars 240 forks source link

ARM Assembly Language Programming-1_quiz (code wrong syntax) #118

Open Aakash-Dantre opened 5 years ago

Aakash-Dantre commented 5 years ago

Defect:syntax error due to absence of semicolon link here

can see clearly in the image below

Screenshot from 2019-03-16 15-28-59

should be like -

min = b<c ? b : c ;

Aakash-Dantre commented 5 years ago

commit id : 43959d5