mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
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
This commit is contained in:
parent
bbe51648b9
commit
3bf8892f5d
3 changed files with 55 additions and 12 deletions
11
FAQ
Normal file
11
FAQ
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
==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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue