This repository was archived by the owner on Feb 28, 2023. It is now read-only.
v1.5.4: bfvm rewrite, basic move semantics
This release fixes a few bugs and adds new features. Full changelog:
- fix:
tps
is nowvxcall
able. - feature:
u2s
ands2u
- casting between unsigned and signed numbers, both ways. - updated manual
- bfvm rewrite; real segmentation mode / scale factor support.
- fix:
cret
now works correctly. - move semantics support for
and
,add
,div
,eq
,lt
,gt
,jmp
,jnz
andjz
(introduced with^
before instruction name).