Re: 2nd Contest ... Purpose, get people using RC2
- Posted by DerekParnell (admin) Dec 08, 2010
- 2826 views
Each ... RAM location holds an integer value ...
What are the RAM restrictions for the certain computer? For example, how many bits can be stored in each RAM address - are they 30-bit Euphoria integers or some other format? What is the size of the address space we can work with?
Also, my reading of your spec is that REGISTERS and RAM are two independently addressable locations. That is, there are ten registers, numbered 0 - 9, each capable of holding a Euphoria integer. There are also an unknown number of RAM locations that are each capable of hold a Euphoria integer, and these are numbered (addressed) 0 - ????.
About the competition, can we put in more than one entry? For example, I might want to submit one that has a low token count and another that has a high functionality count (pretty .LST output, assemble to 'machine code' file, syntax analysis, improved runtime error messages, etc ...).