This commit is contained in:
Nicholas Ward 2023-05-08 16:35:58 -07:00
parent a076da7541
commit 057b650fc2

View File

@ -322,6 +322,14 @@
// stack: (empty)
%endmacro
%macro mstore_current_general(offset)
// stack: value
PUSH $offset
// stack: offset, value
%mstore_current_general
// stack: (empty)
%endmacro
// Store a big-endian u32 to kernel general memory in the current context.
%macro mstore_current_general_u32
// stack: offset, value