Quote Originally Posted by PlausiblyDamp View Post
Given your recent swathe of questions I would say the first two things I would ask are 1) do you really know what an OS is? and 2) do you really know what assembly language is?

If you are building an OS then there is absolutely nothing there to interpret your scripts etc until you have built the OS. That is going to require a significant amount of low level coding before you can even think about creating your own scripting language that runs on top of the OS itself.
yes, i know what is one and a script language but i wanted something similar to the basic ROM which are codes above the assembly running on chip where i could build my OS a simpler coding base because i build it from scratch either in assembly or C it would take a long time. however ROM basic started the chip read its code and it's ready.