compiler/FAQ
Norayr Chilingarian 3bf8892f5d ulmEvents.Mod does not use C/asm code anymore. getaddr code procedure is
replaced by more correct SYSTEM.VAL calls.

added Readme and FAQ


Former-commit-id: 0d9024e4ae
2013-10-10 19:16:50 +04:00

11 lines
279 B
Text

==compiler does show only character position, not the line number==
Yes, by default it shows you the character position, because it's faster to go to character position in vim
:goto number
In case you still want to use line numbers then pass -l option to voc
voc -ls m.Mod