Miscellaneous > Programming & Networking

My last homework for assembly language

(1/3) > >>

slave:
In my assembly language class, the last homework assignment was to write a program to demonstrate CGA color graphics.  So I wrote this:
It prints a BSOD message on the monitor  ;)


--- Code: ---
--- End code ---

WMD:
Haha cool  :D

I understand the top part...but what's with that huge section after displaying the screen?  :confused:

Stryker:
i wanna take an assembly class... how much is it costing you? Nothing i've been reading online helps me learn it any.

flap:

quote:Originally posted by WMD:
Haha cool   :D  

I understand the top part...but what's with that huge section after displaying the screen?   :confused:  
--- End quote ---


That would be the code. The top part isn't doing anything, it's just a data declaration.

flap:
Incidentally, where you do the same thing over and over but with different strings, wouldn't that have been better as a loop?

Navigation

[0] Message Index

[#] Next page

Go to full version