VolksForth icon indicating copy to clipboard operation
VolksForth copied to clipboard

volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.

Results 9 VolksForth issues
Sort by recently updated
recently updated
newest added

Hey, for better reach of the community, I would like to suggest to add the following topic to the repository: `motorola-68000` [How to do this](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics#adding-topics-to-your-repository)

To make v4th-x16 compatible with both R38 and R39 (where the address of the ROM and RAM bank switching register changes), v4th-x16 v3.9.3 uses both register addresses for switching. Once...

There was once a VolksForth port that run native on 8088/8086 machines (witthout MSDOS). Trying to recreate that port Requires a boot-loader. Possible options: syslinux COMBOOT: https://wiki.syslinux.org/wiki/index.php?title=Comboot_API FATBOOT: https://files.osdev.org/mirrors/geezer/osd/boot/ BOOTPROG:...

Alternative Loop Structure FOR ... NEXT http://www.bellgroup.cz/private/?p=1934 https://github.com/TG9541/stm8ef/wiki/eForth-FOR-..-NEXT https://old.reddit.com/r/Forth/comments/6b9lsz/alternatives_to_loop/ http://brokestream.com/daf.txt https://stackoverflow.com/questions/6949434/how-to-implement-loop-in-a-forth-like-language-interpreter-written-in-c https://web.archive.org/web/20140406021653/http://blogs.msdn.com/b/ashleyf/archive/2011/02/06/loopty-do-i-loop.aspx

VolksForth crashes on m68k CPUs other than the 68000. We need to find out where it goes wrong. Possibly we create a generic m68k target first, fix it there and...

Found by @pzembrod , fix in C64 soruces, needs to be ported to other 6502 targets

see https://forth-standard.org/standard/string/SLITERAL

see https://forth-standard.org/standard/core/Seq

Reminder: Implement NR> N>R ? for Atari ST, 6502 Targets Update Handbook