git: test/nvmm: Add 'calc-vm' (simple VM-based calculator)
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:23 PDT 2021
commit a4da4a906fbdf93c54552e46f5ece1f7597cd169
Author: Aaron LI <aly at aaronly.me>
Date: Fri May 28 07:22:52 2021 +0800
test/nvmm: Add 'calc-vm' (simple VM-based calculator)
A simple calculator. Creates a VM which performs the addition of the two
ints given as argument.
Obtained from: https://www.netbsd.org/~maxv/nvmm/calc-vm.c
Blog: https://blog.netbsd.org/tnf/entry/from_zero_to_nvmm
Summary of changes:
test/nvmm/calc-vm.c | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 115 insertions(+)
create mode 100644 test/nvmm/calc-vm.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a4da4a906fbdf93c54552e46f5ece1f7597cd169
--
DragonFly BSD source repository
More information about the Commits
mailing list