6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Mon May 13, 2024 6:26 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: (D.)
PostPosted: Tue Jun 08, 2021 9:19 am 
Offline

Joined: Thu May 13, 2021 8:56 am
Posts: 25
Location: Hellevoetsluis-NL
What is the goal of (D.) ? :(
Is there an equivalence word in fig-forth?

Cheers,

Jan


Top
 Profile  
Reply with quote  
 Post subject: Re: (D.)
PostPosted: Tue Jun 08, 2021 8:50 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8433
Location: Southern California
D. is in figForth too. As for the parentheses, I don't know how any Forth would be using them there. They are often used for the internal compiled by an immediate compile-only word that has a compilation behavior too, like LOOP compiling (LOOP) if the system somehow does not support lower-case or case-sensitivity like loop (lower case). D. can be defined as:
Code:
: D.   0  D.R  SPACE    ;

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
 Post subject: Re: (D.)
PostPosted: Wed Jun 09, 2021 8:28 pm 
Offline

Joined: Fri May 05, 2017 9:27 pm
Posts: 858

(D.) is a word in Scott Ballantyne's Blazin' Forth for the Commodore 64.
It takes a signed double number and returns an address and count. Blazin' Forth defines D. as:
Code:
: D.  ( D -- )  (D.) TYPE SPACE ;



Top
 Profile  
Reply with quote  
 Post subject: Re: (D.)
PostPosted: Sun Oct 03, 2021 10:57 pm 
Offline

Joined: Fri May 05, 2017 9:27 pm
Posts: 858

I've just noticed F83 has (D.) and defines D. the same as Blazin' Forth.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: