can't compile

Shady

<b>VIP Member</b>
Plz Help Compiling This Code !

every time i try to compile this assembly boot code it gives me errors
i tried with MASM
i'm a beginner in assembly but i have to do this ASAP...
so anyone can tell me why is it not compiling and how do i get this code to actually work on a bootable floppy
 
Last edited:
well since i cant copy and paste the code the way it was .. because it's way over the max size for an upload , i copied it to a txt file
hoping to get a reply ,,, it has comments in it so u might wanna check it out before compiling
and if u just have another boot code that is easier and pre compiled i'll be very thankful
 

Attachments

I think maybe there are better forums around that deal solely to do with all sorts of assembly code. this one might be just a little too broad

Have you tried google to find them?


& yahoo have thousands of different Email groups to help anybodys need. http://groups.yahoo.com/
 
By the way take this line at the top

7C3E CLI Clear Interrupt Flag

should the comment part at the end be commented out so it goes something like this

7C3E CLI ;Clear Interrupt Flag


along with

;Assembly Language Boot Code
;Memory
;Offset Opcode Operand Comments
;Initialisation stuff :-

the ; says that everything after the ; to the end of the line is a comment, and tells the assembler to ignore that.
 
yes u r right
but this was in a table with 3 columns
but i copied it to txt so i can post it here
 
Back
Top