added Random Int Generator

This commit is contained in:
mmichlol
2026-02-07 15:53:25 +01:00
parent 99b9ae450e
commit 5edf6ed382
4 changed files with 103 additions and 12 deletions

View File

@@ -19,6 +19,8 @@ enum class OpType {
LABEL, // miejsce skoku
CALL, // wywo³anie funkcji
RETURN, // return x
DIV, // dzielenie
MOD, // Reszta z dzelenia (%)
NOP // pusta instrukcja
};