diff --git a/6502/Atari8bit/3.81.4/savesys.fth b/6502/Atari8bit/3.81.4/savesys.fth new file mode 100644 index 0000000..62a1c22 --- /dev/null +++ b/6502/Atari8bit/3.81.4/savesys.fth @@ -0,0 +1,18 @@ +: SAVESYSTEM + $FFFF $600 ! + ORIGIN 8 - $602 ! + HERE $604 ! + FILE" W/O OPEN-FILE DROP + DUP $600 6 ROT + WRITE-FILE ( save header ) DROP + DUP ORIGIN 8 - HERE + ORIGIN 8 - - 1+ ROT + WRITE-FILE DROP + $02E0 $602 ! + $02E1 $604 ! + ORIGIN 8 - $606 ! + DUP $602 6 ROT + WRITE-FILE DROP + CLOSE-FILE DROP ; + +' SAVESYSTEM ALIAS SAVE-SYSTEM diff --git a/archive/PDF/VolksForth-MSDOS-Anleitung.pdf b/archive/PDF/VolksForth-MSDOS-Anleitung.pdf new file mode 100644 index 0000000..9e610c3 Binary files /dev/null and b/archive/PDF/VolksForth-MSDOS-Anleitung.pdf differ diff --git a/archive/PDF/VolksForth-MSDOS-Source.pdf b/archive/PDF/VolksForth-MSDOS-Source.pdf new file mode 100644 index 0000000..9f693d4 Binary files /dev/null and b/archive/PDF/VolksForth-MSDOS-Source.pdf differ diff --git a/archive/PDF/VolksForth-Menue.pdf b/archive/PDF/VolksForth-Menue.pdf new file mode 100644 index 0000000..886261b Binary files /dev/null and b/archive/PDF/VolksForth-Menue.pdf differ diff --git a/archive/PDF/VolksForth-UF38-3.pdf b/archive/PDF/VolksForth-UF38-3.pdf new file mode 100644 index 0000000..d455b4a Binary files /dev/null and b/archive/PDF/VolksForth-UF38-3.pdf differ diff --git a/archive/PDF/VolksForth-UF38-4.pdf b/archive/PDF/VolksForth-UF38-4.pdf new file mode 100644 index 0000000..75fda61 Binary files /dev/null and b/archive/PDF/VolksForth-UF38-4.pdf differ