hello, good day.
where can I find 2000 bytes free for myself with an address to use?
where can I find the memory list for the vforth.rom?
where can I find the memory list for the vforth.prg?
thanks.
greetings.
Search found 251 matches
- Fri Nov 08, 2024 8:32 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
- Thu Nov 07, 2024 6:48 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello thanks for help.
greeting
greeting
- Wed Nov 06, 2024 9:01 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello, good day.
how can I use the address from $a000 - $bfff with the vforth rom?
thanks.
greetings
how can I use the address from $a000 - $bfff with the vforth rom?
thanks.
greetings
- Wed Nov 06, 2024 8:31 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello, good day.
I started the vforth rom and entered my program:
: hello ." hello vc20" ;
now I want to save the whole vforth with my program as myforth.prg.
how do I do that please?
thanks.
regards
I started the vforth rom and entered my program:
: hello ." hello vc20" ;
now I want to save the whole vforth with my program as myforth.prg.
how do I do that please?
thanks.
regards
- Wed Nov 06, 2024 1:23 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello thanks for help.
greeting
greeting
- Tue Nov 05, 2024 7:50 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
how do you do this character " ' " in vforth : 'test
with winvice in vforth?
thanks.
regards
with winvice in vforth?
thanks.
regards
- Tue Nov 05, 2024 7:33 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
thanks for the info.
the end of the line was missing in the text.
your vforth has been wonderfully expanded.
greetings
the end of the line was missing in the text.
your vforth has been wonderfully expanded.
greetings
- Tue Nov 05, 2024 4:46 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello, good day.
my test text for forth gives an error message.
I transferred the text to a dsk.d64.
when I load the file with "include test.fs"
the error message appears.
your other fs work.
they are on the same disk.
where is the error.
thanks.
regards
my test text for forth gives an error message.
I transferred the text to a dsk.d64.
when I load the file with "include test.fs"
the error message appears.
your other fs work.
they are on the same disk.
where is the error.
thanks.
regards
- Mon Nov 04, 2024 10:57 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello thanks for help.
greeting
greeting
- Mon Nov 04, 2024 5:33 am
- Forum: Programming
- Topic: V-FORTH - Forth-83 for the VIC
- Replies: 302
- Views: 144244
Re: V-FORTH - Forth-83 for the VIC
hello, good day.
I haven't been in touch for a long time.
at 76 years old I wanted to start this vforth for the VC 20 again.
where can I download version 5.0 of vforth for the vc20 and the help for it?
greeting
thanks.
I haven't been in touch for a long time.
at 76 years old I wanted to start this vforth for the VC 20 again.
where can I download version 5.0 of vforth for the vc20 and the help for it?
greeting
thanks.
- Mon Jan 20, 2020 10:34 am
- Forum: Programming
- Topic: Where are the addresses for the float routines in the VIC20?
- Replies: 10
- Views: 5062
Re: Where are the addresses for the float routines in the VIC20?
Hi good afternoon.
what does that mean please, i don't understand it as german:
convert FAC1 floating to fixed
Thank you.
greeting
what does that mean please, i don't understand it as german:
convert FAC1 floating to fixed
Thank you.
greeting
- Mon Jan 20, 2020 9:18 am
- Forum: Programming
- Topic: Where are the addresses for the float routines in the VIC20?
- Replies: 10
- Views: 5062
Re: Where are the addresses for the float routines in the VIC20?
Hello, thanks for the help.
I'm going to pick out the float commands.
Thank you.
greeting
I'm going to pick out the float commands.
Thank you.
greeting
- Mon Jan 20, 2020 9:15 am
- Forum: Programming
- Topic: Accumulator Addressing
- Replies: 5
- Views: 2781
Re: Accumulator Addressing
Hi good afternoon.
The assembler instruction LSR shifts the eight bits of the accumulator one place to the right and not 2...3...4..
ok is :
LDA #$10
LSR
or 3 Bits:
LDA #$10
LSR
LDA #$10
LSR
LDA #$10
LSR
greeting
The assembler instruction LSR shifts the eight bits of the accumulator one place to the right and not 2...3...4..
ok is :
LDA #$10
LSR
or 3 Bits:
LDA #$10
LSR
LDA #$10
LSR
LDA #$10
LSR
greeting
- Mon Jan 20, 2020 2:52 am
- Forum: Programming
- Topic: Where are the addresses for the float routines in the VIC20?
- Replies: 10
- Views: 5062
Where are the addresses for the float routines in the VIC20?
Hi good afternoon.
Where are the addresses for the float routines in the VIC20?
I wanted to use it in ASM.
this is the c64 :
https://www.c64-wiki.de/wiki/Flie%C3%9Fkommaarithmetik
Thank you.
Greeting
Where are the addresses for the float routines in the VIC20?
I wanted to use it in ASM.
this is the c64 :
https://www.c64-wiki.de/wiki/Flie%C3%9Fkommaarithmetik
Thank you.
Greeting
- Sun Jan 19, 2020 2:26 pm
- Forum: Emulation and Cross Development
- Topic: cc65 : graphic with the vic20
- Replies: 7
- Views: 3664
Re: cc65 : graphic with the vic20
ahhhh thank you ....
I did not think of that.
with fats 71 years you slowly get stupid in the head.
Thank you.
greeting
I did not think of that.
with fats 71 years you slowly get stupid in the head.
Thank you.
greeting