mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-06 15:48:49 +00:00
not good at this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user