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: 1341

Views: 1315

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: computer
Rating: 5
Filesize: 19.79 kB
Downloads: 1306
Comments: 0
Ratings: 1
Date added: 2025/02/03 11:02:12
Made with: Algodoo v2.2.3
Rating: rated 5
download
Title: eee pc ( my type of computer)
Rating: 5.5556
Filesize: 8.56 kB
Downloads: 690
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: 879
Comments: 4
Ratings: 3
Date added: 2008/07/09 08:47:02
Made with: Phun
Rating: rated 5.7
download
Title: [LCS] 20x15 Display Driver
Rating: 5
Filesize: 44.11 kB
Downloads: 974
Comments: 0
Ratings: 1
Date added: 2010/07/16 05:58:45
Made with: Algodoo Phunlet
Rating: rated 5
download
Title: Advanced phun computer
Rating: 6.5
Filesize: 53.08 kB
Downloads: 1815
Comments: 0
Ratings: 4
Date added: 2011/02/01 22:30:37
Made with: Phun
Rating: rated 6.5
download
Title: Mouse Controlled AHOX Computer v2 - WORKING !!!
Rating: 5.05
Filesize: 338.32 kB
Downloads: 3544
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:
Title Author Rating Downloads Comments Date added
[LCS] 20x15 Display Driver ags131 5 (1 vote) 974 0 2010/07/16 05:58:45
show grid
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.