summary refs log tree commit diff stats
path: root/tests/vm/tzero_extend.nim
Commit message (Collapse)AuthorAgeFilesLines
* Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-031-0/+44
* fixes ze/ze64 procs in VM. * fixes toU8/toU16/toU32. * add tests for ze/ze64 toU32/toU16/toU8 procs