Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bamless committed May 18, 2024
1 parent 7f5ed52 commit 067a876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opcode.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Format:opcode.de
// Opcpde - Number of arguments - Number of values added (or removed) to the stack
// The following is a list of all opcodes used by the VM. Each opcode follows this format:
// OPCODE, number of args, number of values added (or removed) to the stack
OPCODE(OP_ADD, 0, -1)
OPCODE(OP_SUB, 0, -1)
OPCODE(OP_MUL, 0, -1)
Expand Down

0 comments on commit 067a876

Please sign in to comment.