Close

Patch-level bug-fix release 0.5.4

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 05/19/2020 at 03:470 Comments

This release fixes two issues with the disassembler, the first being that disassembling 16-bit PC-relative LDR instructions was causing the disassembler to crash, the second being that if multiple B instructions pointed at the same address, separate entries were being created in the branch table for each of them (but only the first would be used later, resulting in missing branch target numbers).

Discussions