summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/opcodes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/opcodes.hxx b/basic/source/inc/opcodes.hxx
index 1f10d2d84943..859ad388aed2 100644
--- a/basic/source/inc/opcodes.hxx
+++ b/basic/source/inc/opcodes.hxx
@@ -91,11 +91,11 @@ enum class SbiOpcode {
SbOP1_START = NUMBER_,
- SCONST_, // loading a stringconstant (+ID)
+ SCONST_, // loading a string constant (+ID)
CONST_, // Immediate Load (+ value)
ARGN_, // saving a named Arg in Argv (+StringID)
PAD_, // bring string to a firm length (+length)
- // Verzweigungen
+ // branch
JUMP_, // jump (+target)
JUMPT_, // evaluate TOS, conditional jump (+target)
JUMPF_, // evaluate TOS, conditional jump (+target)
@@ -109,7 +109,7 @@ enum class SbiOpcode {
// E/A
CLOSE_, // (+channel/0)
PRCHAR_, // (+char)
- // Verwaltung
+ // management
SETCLASS_, // test set + class names (+StringId)
TESTCLASS_, // Check TOS class (+StringId)
LIB_, // set lib name for declare-procs (+StringId)