Browse Search Popular Register Upload Rules User list Login:
Search:
LCS PC 10.5 with new LX1 CPU

Image:
screenshot of the scene

Author: ags131

Group: Default

Filesize: 31.49 kB

Date added: 2010-11-12

Rating: 5.2

Downloads: 617

Views: 917

Comments: 2

Ratings: 3

Times favored: 0

Made with: Algodoo before v1.8.5

Tags:

Scene tag

This is my newest PC. It contains a infinite RAM Module and my new LX1 CPU. Commands to the CPU are all in thyme instead of arrays like kutis's. Commands are:
cpu.SET(data) Sets cpu register 0 to data. data can be a array, string, or even a function!
cpu.STORE(register,address) Stores the contents of the selected register to the address in memory.
cpu.LOAD(register, address) Gets the data from the address in memory and puts it in the specified register
cpu.EVAL(register) Runs eval on the registers contents.
cpu.COPY(register1,register2) Copies Register1 to Register2
On this PC the display gets text from memory address 3.
The floppy is autoloaded into memory address 4

Example Program is on floppy.
Simple Example:
cpu.SET("Hello World!"); Sets Register 0 to "Hello World!"
cpu.STORE(0,3) STORES "Hello World!" at memory address 3 (The displays text address)
Please log in to rate this scene
edit
Responses to this scene:
Title Author Rating Downloads Comments Date added
LX3 CPU with Flash, RAM and simple GPU ags131 5.6 (2 votes) 709 4 2010/12/03 19:11:42
show grid
Very interesting and fresh idea of creating object with methods and assign it to variable so it can be used as "foo.method" :tup:
Just make it in scene my so it will not mess with my config.
10/10 for creativity!
None of the lasers work (I am using Algodoo demo, but they still don't work). When I pulled the floppy out, Algodoo crashed!
Maybe since Wine is using up 99% of my computer's power Algodoo only gets 1%.

Wine is a Active-X plugin for Linux.
Active-X is what Windows programs use so you can use the program.
Last edited at 2011/06/13 21:04:17 by cocolover76