Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

v1.5.4: bfvm rewrite, basic move semantics

Compare
Choose a tag to compare
@kspalaiologos kspalaiologos released this 12 Apr 08:40
· 63 commits to master since this release
a0e646d

This release fixes a few bugs and adds new features. Full changelog:

  • fix: tps is now vxcallable.
  • feature: u2s and s2u - 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 and jz (introduced with ^ before instruction name).