TIL what is Immediate Operand:

Some instructions use data encoded in the instruction itself as a source operand. The operands are called immediate operands. For example, the following instruction loads the EAX register with zero. MOV EAX, 00

Read Swift on RISC-V: Launch of New Toolchain for RISC-V Hardware.