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

Releases: kspalaiologos/asmbf

Segment adressing

17 Nov 13:07
Compare
Choose a tag to compare

Tiny change opening a lot of possibilites. Now it's possible to hold a memory map and use multiple modules without them conflicting with each other. Introduced by #20. Check tests/offset.asm for use example.

RLE Compression aboard.

16 Nov 17:14
Compare
Choose a tag to compare

This release adds new RLE compression-related tools and programs.
New documentation entries have been made, and tied together with the release.

New programs:

  • bfi-rle
  • derle.pl

Changed programs:

  • bfi
  • bfasm

v1.1.1

23 Oct 17:27
a8907bc
Compare
Choose a tag to compare
Change the output format a bit.

log, asl, asr, pow and more!

09 Oct 13:38
aa1b481
Compare
Choose a tag to compare

This release adds a few new instructions:

  • log - logicize a value
  • asl - arithmetic shift left - * 2
  • asr - arithmetic shift right - / 2
  • pow - to the power - x[*x]*y: x, y
  • srv - reverse two topmost stack elements

Fixed modulus!

10 Sep 16:45
f8b4ef0
Compare
Choose a tag to compare
v1.0.1

Update bfasm.doc

Binaries

23 Apr 08:27
61ca066
Compare
Choose a tag to compare
v1.0

Update bfasm.doc