cairo-vm-go
cairo-vm-go copied to clipboard
Move `WriteUint256ToAddress` function to Memory package
WriteUint256ToAddress
function is currently defined in Hinter package in operand.go file. This is not the right place for this function, which writes some uint256 value to a specified memory address. Nothing related to operands.
- Move the function to the Memory package in the appropriate file
- Update the codebase where it is needed