pahihu/vfc

memSize assignment

wboeke opened this issue · 1 comments

wboeke commented

Hello,
The variable memSize probably is'nt used correctly.
There is a statement
memSize = 2561024CELL_SIZE;
and also:
M = PCELL(malloc(memSize*CELL_SIZE));
So two times a multiplication with 8

Also a question: the word 'words' has no effect (so I implemented it in C). There is a file 'words.txt', but if I try it the program crashes.

For the rest: I like this project very much, because all the interesting forth constructs are available, in a small program.

pahihu commented