albertvanderhorst / ciforth

A generic system for creating i86 implementations of the language Forth.
https://forth.hcc.nl/producten/ciforth.html
GNU General Public License v2.0
59 stars 7 forks source link

Defect in BAG wordset #8

Closed albertvanderhorst closed 2 years ago

albertvanderhorst commented 5 years ago

With respect to release 5.3.0

The BAG wordset uses the new DATA word instead of CREATE. This is however still combined with DOES>.

Work arounds:

  1. Remove the word DOES> from screen 90 in the source library forth.lab. or
  2. Redefine BAG immediately after loading the bag wordset with WANT BAG : BAG DATA HERE CELL+ , CELLS ALLOT ;
albertvanderhorst commented 4 years ago

Doesnot warrant an intermediate release.

albertvanderhorst commented 2 years ago

Fixed in 5.4.0