mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
Rename c16p-* to c16-* as that (the 64k version) is what matches the
original c16-volksforth83.
This commit is contained in:
parent
e84550c7f9
commit
8d8731064f
@ -32,9 +32,9 @@ test64: test-c64.result
|
||||
|
||||
# Temporary bincmp target while the old and the new binaries are still
|
||||
# expected to be binary identical.
|
||||
bincmp:
|
||||
bincmp: cbmfiles/c64-vf-latest cbmfiles/c16-vf-latest
|
||||
cmp cbmfiles/c64-vf-latest cbmfiles/c64-volksforth83
|
||||
cmp cbmfiles/c16p-vf-latest cbmfiles/c16-volksforth83
|
||||
cmp cbmfiles/c16-vf-latest cbmfiles/c16-volksforth83
|
||||
|
||||
run-devenv: emulator/devenv.T64
|
||||
emulator/run-in-vice.sh devenv
|
||||
@ -56,15 +56,15 @@ cbmfiles/c64-vf-latest: emulator/tcbase.T64 emulator/build-vf.sh \
|
||||
disks/vforth4_2.d64 disks/tc38q.d64 $(vf_fth_files_petscii)
|
||||
emulator/build-vf.sh vf-c64-main.fth c64-vf-latest
|
||||
|
||||
# C16 with 32 kB RAM - called (C16- in the sources.
|
||||
# C16 with 64 kB RAM or Plus4 - called (C16+ in the sources.
|
||||
cbmfiles/c16-vf-latest: emulator/tcbase.T64 emulator/build-vf.sh \
|
||||
disks/vforth4_2.d64 disks/tc38q.d64 $(vf_fth_files_petscii)
|
||||
emulator/build-vf.sh vf-c16-main.fth c16-vf-latest
|
||||
|
||||
# C16 with 64 kB RAM or Plus4 - called (C16+ in the sources.
|
||||
cbmfiles/c16p-vf-latest: emulator/tcbase.T64 emulator/build-vf.sh \
|
||||
# C16 with 32 kB RAM - called (C16- in the sources.
|
||||
cbmfiles/c16-vf-32k: emulator/tcbase.T64 emulator/build-vf.sh \
|
||||
disks/vforth4_2.d64 disks/tc38q.d64 $(vf_fth_files_petscii)
|
||||
emulator/build-vf.sh vf-c16p-main.fth c16p-vf-latest
|
||||
emulator/build-vf.sh vf-c16-32k.fth c16-vf-32k
|
||||
|
||||
|
||||
# Core test targets
|
||||
|
Binary file not shown.
Binary file not shown.
@ -22,22 +22,13 @@ cr .( Host is: )
|
||||
|
||||
\ : (C64 ; immediate
|
||||
: (C16 ; immediate
|
||||
: (C16+ ; immediate
|
||||
\ : (C16- ; immediate
|
||||
\ : (C16+ ; immediate
|
||||
: (C16- ; immediate
|
||||
|
||||
: (C64 [compile] ( ; immediate
|
||||
\ : (C16 [compile] ( ; immediate
|
||||
\ : (C16+ [compile] ( ; immediate
|
||||
: (C16- [compile] ( ; immediate
|
||||
|
||||
\ *** Block No. 10, Hexblock a
|
||||
|
||||
\ load/remove JSR-Macros clv14.4.87)
|
||||
|
||||
Assembler also definitions
|
||||
|
||||
\needs C16+Jsr 8 load
|
||||
' C16+Jsr Is Jsr .( JSR Is:C16+ )
|
||||
: (C16+ [compile] ( ; immediate
|
||||
\ : (C16- [compile] ( ; immediate
|
||||
|
||||
|
||||
include vf-main.fth
|
@ -22,13 +22,22 @@ cr .( Host is: )
|
||||
|
||||
\ : (C64 ; immediate
|
||||
: (C16 ; immediate
|
||||
\ : (C16+ ; immediate
|
||||
: (C16- ; immediate
|
||||
: (C16+ ; immediate
|
||||
\ : (C16- ; immediate
|
||||
|
||||
: (C64 [compile] ( ; immediate
|
||||
\ : (C16 [compile] ( ; immediate
|
||||
: (C16+ [compile] ( ; immediate
|
||||
\ : (C16- [compile] ( ; immediate
|
||||
\ : (C16+ [compile] ( ; immediate
|
||||
: (C16- [compile] ( ; immediate
|
||||
|
||||
\ *** Block No. 10, Hexblock a
|
||||
|
||||
\ load/remove JSR-Macros clv14.4.87)
|
||||
|
||||
Assembler also definitions
|
||||
|
||||
\needs C16+Jsr 8 load
|
||||
' C16+Jsr Is Jsr .( JSR Is:C16+ )
|
||||
|
||||
|
||||
include vf-main.fth
|
||||
|
Loading…
Reference in New Issue
Block a user