/
mud++0.33/etc/
mud++0.33/etc/guilds/
mud++0.33/help/propert/
mud++0.33/mudC/
mud++0.33/player/
mud++0.33/src/
mud++0.33/src/bcppbuilder/
mud++0.33/src/unix/
mud++0.33/src/vm/
Mnemonics:

- string.charat 
- string tokenizer (to llist or array?)

- llist create
- llist add
- llist reset
- llist next
- llist peek
- llist remove
- llist for_each

- sleep 

General
- LList handling 
+ array handling
- suspensing VM for time (sleep + stack dump)
+ add stack overflow checks everywhere
- short opcodes for accessing first 64k of funs, interfaces and constants
- program object methods + instance overloading
- execution cost for programs
- security mechanism on interface_funs


Merge AsmLinker and AsmLoader, or at least make them smarter. This includes:
- change AsmLoader to object, not plain funs
- allow run-time adding of funs and constants
- allow run-time changing of them