Page 1 of 1

Building QB OS

Posted: Mon Sep 02, 2002 4:25 am
by ScotCompMan
I was just looking for some tips on how I could go about building an OS in QB

Re: Building QB OS

Posted: Thu Sep 19, 2002 6:41 pm
by Guest
Hi,
   Os can be built only using Machine Code. A Compiler can be built using Qb but it can only interpret Pseudo-Code. ie. Our program has to implement the code. I would like to try that. I want some help. If anybody is interested please E-mail me.-'evanssam11@Hotmail.com'

Re: Building QB OS

Posted: Fri Nov 01, 2002 10:37 pm
by Jehovah
you could write the OS in QBASIC, but you cannot use BASIC commands.  Everything in the program has to be OPCODE (ie: hex number for an ASM mnumonic).  It would be much easier to use TASM or MASM to help you write it in ASM

ASM is for Assembley.