Skip to content

Commit

Permalink
Waiting for opcode development.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Jul 2, 2024
1 parent 7884c2c commit f662dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aqvm/interpreter/bytecode/opcode/opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum AqvmInterpreterBytecodeOpcode_Type {
};

// TODO(Bytecode): Change these functions after completing bytecode development.
int AqvmInterpreterBytecodeOpcode_NOP();
/* int AqvmInterpreterBytecodeOpcode_NOP();
int AqvmInterpreterBytecodeOpcode_LOAD(
struct AqvmMemory_Memory* ptr,
struct AqvmMemory_Memory* operand);
Expand Down Expand Up @@ -101,5 +101,6 @@ int AqvmInterpreterBytecodeOpcode_THROW();
// TODO(WIDE): Update this function if an extended instruction set is required.
int AqvmInterpreterBytecodeOpcode_WIDE();
*/

#endif

0 comments on commit f662dfd

Please sign in to comment.