Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: slave on 23 November 2003, 08:45

Title: My last homework for assembly language
Post by: slave on 23 November 2003, 08:45
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: [Select]
Title: My last homework for assembly language
Post by: WMD on 8 December 2003, 08:30
Haha cool  :D

I understand the top part...but what's with that huge section after displaying the screen?  :confused:
Title: My last homework for assembly language
Post by: Stryker on 8 December 2003, 08:33
i wanna take an assembly class... how much is it costing you? Nothing i've been reading online helps me learn it any.
Title: My last homework for assembly language
Post by: flap on 8 December 2003, 16:43
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:  



That would be the code. The top part isn't doing anything, it's just a data declaration.
Title: My last homework for assembly language
Post by: flap on 8 December 2003, 17:09
Incidentally, where you do the same thing over and over but with different strings, wouldn't that have been better as a loop?
Title: My last homework for assembly language
Post by: Xeen on 17 December 2003, 01:54
I'm taking an assembly class next semester.

Should I be going going   :D   or   :(   ?

[ December 16, 2003: Message edited by: xeen ]

Title: My last homework for assembly language
Post by: latino4ever8 on 25 December 2003, 22:11
yes i also wish to learn programming... how does one begin?
Title: My last homework for assembly language
Post by: xyle_one on 26 December 2003, 02:55
Depends on what you want to accomplish with the skill. I would say, pick a language, then get a book.
Title: My last homework for assembly language
Post by: Kintaro on 26 December 2003, 17:35
quote:
Originally posted by needs to know:
yes i also wish to learn programming... how does one begin?


Buy a book on PHP, its a pretty good language to start with, then learn C or Perl.

By the time you know them, you will be able to make up your own mind.
Title: My last homework for assembly language
Post by: Xeen on 26 December 2003, 19:29
Java is the best language to learn for a programming beginner.
Title: My last homework for assembly language
Post by: Kintaro on 26 December 2003, 19:33
quote:
Originally posted by xeen:
Java is the best language to learn for a programming beginner.


Yea, but I dont know it which makes it uncool, everyone should do what I do.

I will learn Java one day.
Title: My last homework for assembly language
Post by: Pantso on 29 December 2003, 14:09
Programming languages are like human languages in many respects. They all have a common 'vocabulary', but different syntax and so on.

What I suggest for a person that wants to learn a programming language is PHP. It is flexible, powerful, extensible, and above all C-like. Please note that I wrote C-like and not C-alike lol! PHP is a LOT more forgiving than C is, but it is a good way to start and it will definitely ease your transition to C.

After PHP, as you may have already understood, I propose C and then, if you want, C++.

I also strongly recommend picking up markup languages, starting from (X)HMTL and then going all the way up to XML. Also learn some CSS...

Others will probably recommend Perl. I don't, but that is a matter of opinion I suppose.

Just my 2 cents   (http://smile.gif)

[ December 29, 2003: Message edited by: Panos ]

Title: My last homework for assembly language
Post by: Kintaro on 29 December 2003, 19:04
CSS, HTML, XML, anything ending in ML is for wussies, learn god damned C.

Its the first language they tought at my brothers course, and hes a kickass programmer now.
Title: My last homework for assembly language
Post by: Pantso on 30 December 2003, 15:19
quote:
Originally posted by X11: always understood:
CSS, HTML, XML, anything ending in ML is for wussies, learn god damned C.

Its the first language they tought at my brothers course, and hes a kickass programmer now.



Hmm, who can beat that kind of well-structured and constructive argument X?

Seriously, before jumping into learning higher-level programming, you should begin with proper markup. The benefit of learning how to write proper XHTML, HTML and so on is STRUCTURE! This is a key word for a programmer and subsequently a hacker (WARNING: I wrote hacker and not cracker! There is great difference between those two terms!)...

Oh, and X... I wouldn't be writing this to you if it weren't for the HyperText Markup Language and its variants  ;)
Title: My last homework for assembly language
Post by: Commander on 5 January 2004, 01:08
DO NOT start with java.  it may look cool and you could probably start spitting out actual GUI in ur code in a matter of 1-2 weeks and learn the basic concepts, but do NOT start with java.  PHP is a better solution. actually, ignore java altogather unless it;s a requirment in one of ur courses.

'-> my 2 cents