add simple sum example

This commit is contained in:
2026-01-29 00:19:14 +01:00
parent 8f09e49c8a
commit ce0c7f4f7f
26 changed files with 3333 additions and 115 deletions

View File

@ -0,0 +1,4 @@
#pragma once
#define ARCH_ASM_CLOBBER_ALL "eax", "ebx", "ecx", "edx", "esi", "edi", "ebp"