Lab1a review
General
When i run the compiled program in SyncRim it gives correct out text and it is also zero terminated, Good!
To the best of my understanding your stack frame illustration is correct.
Your program also results in an infinite loop (b stop), good!
You have used frame pointer, stack pointer and return address, good!
The rev_loop is recursive, good!
If i have understood the Cl criterion correct you have not passed it, it may be because your a.out file is not at the top of your repo?
This is how mine looks:
this is yours:
I think the problem is that simple that you have to pull it out from the "lab1a" file and then re-push it to gitlab.
Otherwise, great job!