Switch project to use host's assembler and disassemble osSetIntMask

This commit is contained in:
Ryan Dwyer
2021-10-05 20:51:32 +10:00
parent 71e3d57f0e
commit ee1f882b5b
15 changed files with 221 additions and 183 deletions
+4
View File
@@ -0,0 +1,4 @@
.macro glabel label
.global \label
\label:
.endm