SirWumpus / post4

Post4 is an indirect threaded Forth dialect written in C.
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Move `p4MemDump()` into Forth #40

Closed SirWumpus closed 3 weeks ago

SirWumpus commented 3 weeks ago

With the move of _seext from C to Forth, there are no other users of the C function. Its not an essential primitive and makes more sense to implement DUMP (aka p4MemDump()) entirely in Forth.