small update

This commit is contained in:
IgorCielniak
2025-12-21 13:41:34 +01:00
parent bfbbebf034
commit 852c55a768
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
:asm int3 {
int3
}
;
# : c@ ( addr -- byte )
:asm c@ {
mov rax, [r12]