In this video I add an encoding for the `call` instruction, implement `mov` for 64 bit memory operands which is needed for encoding 64 bit values without putting them in memory somewhere. As an extra neat thing I also implement partial application (currying) for a single argument function.
CALL instruction encoding: https://www.felixcloutier.com/x86/call
MOV instruction encoding: https://www.felixcloutier.com/x86/mov
Download
0 formats
No download links available.
Function Calls, 64 Bit Immediate and Partial Application - Compiler Programming Ep8 | NatokHD