not good at this

This commit is contained in:
ed
2026-06-01 20:55:50 -04:00
parent d89a29c941
commit 5cc30bacc6
4 changed files with 90 additions and 46 deletions
+2 -1
View File
@@ -307,7 +307,8 @@
* to `".word %c0, ..." : : "i"(...)` already including the empty output
* and input sections via their trailing `:`, so clobbers just tacks on the
* end. */
#define asm_blob(inlines, clobbers) asm volatile ( inlines clobbers )
// #define asm_blob(inlines, clobbers) asm volatile ( inlines clobbers )
// Not a fan rather just do asm volatile ( ... )
/* `asm_block(code, outs, ins, clb)` — the full 4-section shell. Each
* argument is expected to already include its own leading `:` (via the