From 0f23dacaef1fcd52573805a1ace817066a4ede93 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 24 Mar 2019 08:55:28 +0000 Subject: add missing asm demo files. that was lame, sorry about that. --- my-common-code/api-asm.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 my-common-code/api-asm.h (limited to 'my-common-code/api-asm.h') diff --git a/my-common-code/api-asm.h b/my-common-code/api-asm.h new file mode 100644 index 0000000..b153620 --- /dev/null +++ b/my-common-code/api-asm.h @@ -0,0 +1,7 @@ +#include +/** + * Reverse bytes in words + * @param in word in form abcd + * @returns word in form dcba + */ +uint32_t rev_bytes(uint32_t in); -- cgit v1.2.3-70-g09d2