Clyde Willis Phillips Jr.
Clyde Willis Phillips Jr.
Very low level system word adaptation. Pretty Swift~! On Tue, May 28, 2019 at 5:56 AM vstrakh wrote: > J1 is running within FPGA, using very limited resources. It has...
Welcome. On Thu, Oct 26, 2017 at 12:49 PM, svofski wrote: > I'm here only because of a very humble attempt which I do not have time to > develop...
I need a newbie howto on putting my stuff on github. If you have a resource to recommend please do~! On Thu, Mar 22, 2018 at 9:30 PM, Karsten Schmidt...
Thank you~! On Fri, Mar 23, 2018 at 10:30 PM, Dennis Ruffer wrote: > https://guides.github.com/activities/hello-world/ DaR > > From: Clyde Willis Phillips Jr. > Sent: Friday, March 23, 2018 8:25...
I have a ARM Cortex M fig/f83ish Forth (FISH) here: https://www.mediafire.com/folder/6fqkfykcel80s/FISH_Forth
@larsbrinkhoff FISH is a Reference Model, meaning that it is closed source. Does anyone know or have an opinion about using github to distribute "binaries" (really .hex and ..sym files...
haha
Thank you Andreas! I'll share this. I'm new to meetup but if I get the jist Jim dandy! Cheers, Clyde On Mon, Oct 12, 2015 at 7:11 PM, Andreas Wagner...
Flags are bits in a cell in Forth. A Nybble is 4 bits. Depends on where your flags reside in the quibble! On Tue, Dec 29, 2015 at 10:31 PM,...
My ARM Forth includes: SETBITS [SETBITS](addr val --) Logical OR the value-bits with the contents of addr using read, modify, write method. ( Create and initialize variable TEST_SETBITS ) VARIABLE...