added Random Int Generator
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user