rrthomas / pforth

A portable Forth compiler
GNU General Public License v3.0
11 stars 1 forks source link

Rename UNLOOP, to LOOP-END, #7

Closed rrthomas closed 5 years ago

rrthomas commented 5 years ago

On Beetle, the UNLOOP is done by [+]LOOP, so no extra code is needed, while on other arches a common UNLOOP is compiled at the end of the loop.