This commit is contained in:
Kartik K. Agaram 2021-10-20 12:25:06 -07:00
parent 619dc31dfc
commit 9320a557f7
2 changed files with 1 additions and 1 deletions

View File

@ -166,4 +166,4 @@ ask questions or share your experience](http://akkartik.name/contact).
One gotcha to keep in mind is that numbers in Mu must always be in hexadecimal One gotcha to keep in mind is that numbers in Mu must always be in hexadecimal
notation, starting with `0x`. Use a calculator on your computer or phone to notation, starting with `0x`. Use a calculator on your computer or phone to
convert 42 to hexadecimal, or [this page on your web browser](http://akkartik.github.io/mu/tutorial/task4-calculator.html). convert 42 to hexadecimal, or [this page on your web browser](http://akkartik.github.io/mu/tutorial/converter.html).