summaryrefslogtreecommitdiffstatshomepage
path: root/py/asmthumb.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/asmthumb.h')
-rw-r--r--py/asmthumb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/asmthumb.h b/py/asmthumb.h
index ca81b847f4..d700e53279 100644
--- a/py/asmthumb.h
+++ b/py/asmthumb.h
@@ -55,6 +55,9 @@ void asm_thumb_exit(asm_thumb_t *as);
void asm_thumb_label_assign(asm_thumb_t *as, uint label);
+void asm_thumb_align(asm_thumb_t* as, uint align);
+void asm_thumb_data(asm_thumb_t* as, uint bytesize, uint val);
+
// argument order follows ARM, in general dest is first
// note there is a difference between movw and mov.w, and many others!