Files
nand2tetris/projects/Tables/Utils.vm
2021-04-21 17:01:42 +03:00

12 lines
161 B
Plaintext

function Utils.mod 1
push argument 0
push argument 1
call Math.divide 2
pop local 0
push argument 0
push argument 1
push local 0
call Math.multiply 2
sub
return