drop instruction for saving memory and time

This commit is contained in:
2025-12-22 14:05:40 +11:00
parent 579720015a
commit 90361e6bee
5 changed files with 27 additions and 1 deletions

View File

@@ -371,6 +371,9 @@ void printGroundInstruction(GroundInstruction* gi) {
case EXTERN:
printf("extern");
break;
case DROP:
printf("drop");
break;
case CREATELABEL:
break;
default: