Re: [Open-graphics] Shaders with MISC & stack : Low-fat computing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: James Richard Tyrer
Date: Wednesday, April 19, 2006 - 5:21 pm

Timothy Miller wrote:

The docs say it means: Minimal Instruction Set Computer.  I think that 
this means what most people think RISC means, a computer that doesn't 
have a lot of instructions -- IIUC, that doesn't have a lot of extra 
instructions -- more complicated things are achieved by executing 
multiple instructions.  Since with a FORTH type stack machine (as 
opposed to a C type stack machine like HOBBIT) you do not need to 
specify the location of the data for operations (just like an HP 
calculator the data for the operation is the next N registers on the 
stack), except for fetching from the stack, so you achieve the same 
result as far as the amount of bits needed for the machine instructions. 
  You are simply going to have an op code instead of a register location.

-- 
JRT
_______________________________________________
Open-graphics mailing list
Open-graphics@duskglow.com
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [Open-graphics] Shaders with MISC & stack : Low-fat co ..., James Richard Tyrer, (Wed Apr 19, 12:01 pm)
Re: [Open-graphics] Shaders with MISC & stack : Low-fat co ..., James Richard Tyrer, (Wed Apr 19, 5:21 pm)
Re: [Open-graphics] Shaders with MISC & stack : Low-fat co ..., James Richard Tyrer, (Thu Apr 20, 12:10 am)