Browse Search Popular Register Upload Rules User list Login:
Search:
Computer with FileSystem v4.8 - WORKING!!!

Image:
screenshot of the scene

Author: Kutis96.Linux.Ubuntu

Group: Default

Filesize: 50.98 kB

Date added: 2010-07-14

Rating: 5.5

Downloads: 1227

Views: 1141

Comments: 3

Ratings: 5

Times favored: 0

Made with: Algodoo before v1.8.5

Tags:

Scene tag

It took me about 7 hours of sitting on my chair in front of my computer to make this comp working like now. I know, there are some bugs, but never mind that. It's still beta...

Contains 10 units Read/Write memory without command support and 32 units Read only memory with command support.

List of new improvements:
:cool: Edited programming language
:cool: New slot for writable memory
:cool: Timer for CPU
:cool: Anti-Repeat for keyboard
:cool: Texture support - untested
:cool: Built in formate reader for TXT, TEX, IMG and TX2
:unsure: bugs with writing survived
:unsure: If you want to reset HDD, be sure that CPU is off. if not, tap the down arrow and then up arrow to reset
:unsure: Some new bugz...:rolleyes: :grr: )|(


There are some commands :huh: - You must to write them into the data array :bonk: . If you want to make it executable, you need to change the form to "COM", otherwise the CPU won't take it as command. )|( The new CPU is not compatible with old commands. Note that the CPU v1 used CMD form...

So, there are that commands:

["PRINT", "Hello world", 2] - This command will show "Hello world" on the monitor, and then the hdd will get to the 2nd HDD sector. Note: If you want to add text to monitor to the Hello world sentence, just add same command to the next sector and the output will look like this: "Hello worldHello world". If you want to clear screen, use the next command:
["PRINT", "Hello World", "rocket.png", 2] - Works like command before, but adds screen texture too.

["CLS", 2] - This clears the screen and then it jumps to command sector 2
["CLSTEX", 2] - Works like command before, but erases the texture too.

["CALC", 1+1, 2] - This calculates the thing and saves the output into the scene.my.num variable. And then it jumps to command num. 2.
Note: If you want to show the output number, add to the next sector this: ["PRINT", "The numeric output is " + scene.my.num, 3]
Hmm... And now there will go the more complicated command :blink: . File system work:blink: . The file system work commands can contain bugs :unsure:

["SAVE", "TX2", "Hello world", 1, 2] - this saves the "Hello world" text in "TX2" formate (yeah. rly TX2) to the first sector of the small HDD and then the programm jumps to the programm sector number 2.


Unfreezing button crashes the comp, so do not download and use it.

This computer has got a built-in keyboard. To write on the screen use this command:zzz: :

["PRINT", scene.my.keyboard, 2]
["PRINT", scene.my.keyboard, 1]

or use new one that is alot faster :tup: than this:

["PRINTK", 2]
["PRINTK", 1]

Thanks for reading this documentation.:tup: :tup: :tup:

Enjoy, and i hope i'll see some new CPU expanders and PERMANENTLY PROGRAMMED HDDs...:tup:
Please log in to rate this scene
edit
Similar scenes
Title: eee pc ( my type of computer)
Rating: 5.5556
Filesize: 8.56 kB
Downloads: 623
Comments: 3
Ratings: 3
Date added: 2010/07/13 00:14:45
Made with: Phun
Rating: rated 5.6
download
Title: Computer
Rating: 5.6667
Filesize: 159.36 kB
Downloads: 794
Comments: 4
Ratings: 3
Date added: 2008/07/09 08:47:02
Made with: Phun
Rating: rated 5.7
download
Title: Worst freaking news ever
Rating: 5
Filesize: 48.52 kB
Downloads: 310
Comments: 8
Ratings: 1
Date added: 2016/08/24 17:28:19
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Do-It-Yourself - kutisPlatform fully working computer KIT v1.5
Rating: 6.1111
Filesize: 48.52 kB
Downloads: 2097
Comments: 7
Ratings: 3
Date added: 2011/01/08 10:39:49
Made with: Algodoo before v1.8.5
Rating: rated 6.1
download
Title: Boogie Boarding Chick / Wave Machine V-1,3
Rating: 5.625
Filesize: 0.82 MB
Downloads: 21352
Comments: 12
Ratings: 2
Date added: 2013/11/30 01:56:03
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Mouse Controlled AHOX Computer v2 - WORKING !!!
Rating: 5.05
Filesize: 338.32 kB
Downloads: 3287
Comments: 21
Ratings: 14
Date added: 2009/11/21 18:31:19
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Responses to this scene
show list
Title: [LCS] 20x15 Display Driver
Rating: 5
Filesize: 44.11 kB
Downloads: 850
Comments: 0
Ratings: 1
Date added: 2010/07/16 05:58:45
Made with: Algodoo Phunlet
Rating: rated 5
download
10/10:tup:
5/10
Like it, but I'd rate 10 if one of the 2 is true:
-It was made in Phun
-It works in Phun
One more thing: My HDD is
scene.my.harddisk1
through
scene.my.harddisk4
I­t can hold 2 files.
4 files if you involve arrays.
Maybe infinity if you involve arrays.