Re: 2nd Contest ... Purpose, get people using RC2

new topic     » goto parent     » topic index » view thread      » older message » newer message
DerekParnell said...
jeremy said...

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?

I've left out that vital part and confused the issue when answering Pete.

There should be 1,000 ram addresses that can store an integer value type. Ram may be created in euphoria as:

sequence ram = repeat(0, 1_000) 

Instructions 8 and 9 read/write to these ram locations.

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu