ofelas
ofelas
Right, you really made me thinkg here, haven't done that much asm in zig yet, here are a few that I've used on x86, they primarily struggle with the issue...
Yes, that ain't too shabby, so with the correct input in `eax` it is; ``` fn vendorId() -> (result: [12]u8) { const a: &u32 = (&u32)(&result[0 * @sizeOf(u32)]); const b:...
Not too familiar with the `x86` asm, I nicked that example from the Rust discussions, in this case `rcx` (and `ecx` i 32 bit) is a loop counter somewhat similar...