From a2c689698a8b16cc72615bd020f938ebe104b87e Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 5 Feb 2021 02:00:25 -0500 Subject: port over and implement asm processor for NONMATCHINGS. thanks hondew! --- include/macros.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/macros.inc (limited to 'include/macros.inc') diff --git a/include/macros.inc b/include/macros.inc new file mode 100644 index 00000000..eb060422 --- /dev/null +++ b/include/macros.inc @@ -0,0 +1,5 @@ +.macro glabel label + .global \label + .thumb + \label: +.endm -- cgit v1.2.3