This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Operating Systems in Assembly
Started by je06, 20 December 2012 - 11:05 AMPosted 20 December 2012 - 12:05 PM
What I was thinking was it would be cool to make an OS from scratch(including programming language and screen format, like on a real computer) in assembly. If this has already bean suggested please let me know.
Posted 20 December 2012 - 12:24 PM
You should take a look at the computers in RedPower. They write entirely in Assembly if you are not using FORTH.
Posted 20 December 2012 - 12:33 PM
power craft uses assembly but im not sure if its updated to 1.4.5
Posted 20 December 2012 - 12:41 PM
Thanks, but dose know how I can learn to write in assembly?
Posted 20 December 2012 - 12:43 PM
it is technically not possible for CC to use any other language than lua. it runs a lua environment at the java level not at an assemble level dan would have to create a fully functional computer emulator like elo did then make a lua interpreter fro that machine this would make it run slower and be a large project with little gain. CC will always be lua if you want something else then make your won mod or wait for RP2 to update.
Posted 20 December 2012 - 03:51 PM
When dose redpower 2 update?
Posted 20 December 2012 - 03:54 PM
-.-When dose redpower 2 update?
Redpower will update when it updates. No one knows, basically.
Also, your signature is a broken program, which, would it work, would be against the forum rules.
Posted 25 December 2012 - 11:59 PM
*cough* pinned topic
"Can we add assembly over Lua"Can we add x over Lua
Posted 26 December 2012 - 12:17 AM
So let me get this straight, you suggest full fledged operating systems in Assembly then you ask where you can learn Assembly? God… I'm loosing even more faith in humanity.
As the get Cloudy has said many time "No.".
As the get Cloudy has said many time "No.".
Posted 26 December 2012 - 12:29 AM
For the love and joy of all thing sane, please read the Suggestions Not to Make thread first. I'm not sure if you're asking if we can swap Lua for Assembly, if you want to add an Assembly parser/executor to Lua, or what.