Is there any way to create a counter by self-modifying in MIPS?

前端 未结 0 474
刺人心
刺人心 2020-12-10 17:07

I want to create a subroutine like this:

  • first time call: return 0
  • second time call: return 1
  • third time call: return 2
  • ...
相关标签:
回答
  • 消灭零回复
提交回复
热议问题