Replies: 2 comments 4 replies
-
Because they are clearly stated in the putchar sources? |
Beta Was this translation helpful? Give feedback.
3 replies
-
In fact, the standard library is not linked at all, thanks to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In assembly, we can set the memory address to point to UART to output to it.
When we write in C using putchar, how does it know our custom defined UART memory mapped address?
Thank you very much
Matt
Beta Was this translation helpful? Give feedback.
All reactions