Skip to content

Latest commit

 

History

History
23 lines (8 loc) · 261 Bytes

File metadata and controls

23 lines (8 loc) · 261 Bytes

Question 22

Try to rewrite print_int without calling print_uint nor copying its code, nor using jmp. You will only need one instruction and a careful code placement.

Read about co-routines.

Answer

TODO

prev +++ next