Пример #1
0
 public void float_immediate(FloatNode node)
 {
     Instruction instruction = new Instruction(InstructionOpcode.push, node.Number);
 }