#1 (permalink)  
Old 04-11-04, 11:26 AM
anupamsr's Avatar
anupamsr anupamsr is offline
Newbie Coder
 
Join Date: Feb 2004
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
assembly language

Why dont we have an assembly language section? It is expected after all(after C/C++)!
Reply With Quote
  #2 (permalink)  
Old 04-11-04, 04:29 PM
Ryan's Avatar
Ryan Ryan is offline
Coding Addict
 
Join Date: May 2003
Location: Virginia
Posts: 391
Thanks: 0
Thanked 8 Times in 3 Posts
If there is more demand for this then we will consider adding it. It would be counter-productive if we added forums that are not active. However like I said, if the demand is there, then I will consider adding this forum.
__________________
Ryan Huff
iNET Interactive, LLC

http://www.inetinteractive.com
Reply With Quote
  #3 (permalink)  
Old 12-26-08, 04:29 PM
Phattytatty Phattytatty is offline
New Member
 
Join Date: Dec 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
yes plz do add an assembly section... would be so much easier t o help people with something i know if i knew exactly where to go instead of hunting for them also i would post my problems there
Reply With Quote
  #4 (permalink)  
Old 12-26-08, 05:20 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
As Ryan pointed out (4 years ago), there isn't much demand for it. So instead of having a dead section, I think we're better off putting all Assembly stuff in the "Other Programming Languages" section. Which is what we're doing at the moment...
Reply With Quote
  #5 (permalink)  
Old 12-26-08, 10:04 PM
DAL's Avatar
DAL DAL is offline
Code Master
 
Join Date: Jun 2003
Location: North East England/UK
Posts: 874
Thanks: 0
Thanked 0 Times in 0 Posts
Just noticed the title of this thread and was suprised;

Assembly - is there even a call for that with games developers?? I knew a guy at college who used assembly to add two numbers together and print it to the screen. It took him a week and the size of the code was crazy! I asked him what he thought of it and he has said that once he completes the requirements of the course he would never use it again.

Seriously though does anyone use Assembly anymore - who needs a language that low level with the processing power available today!

If so, what kind of things would you use it for?

Kind regards
Dal
__________________
"once upon a midnight dreary, while i pron surfed, weak and weary, over many a strange and spurious site of 'hot xxx galore'. While i clicked my fav'rite bookmark, suddenly there came a warning, and my heart was filled with mourning, mourning for my dear amour," 'Tis not possible!", i muttered, "give me back my free hardcore!" quoth the server, 404."
Reply With Quote
  #6 (permalink)  
Old 12-27-08, 09:05 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by DAL View Post
If so, what kind of things would you use it for?
Passing courses, lol.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
  #7 (permalink)  
Old 12-27-08, 09:25 AM
DAL's Avatar
DAL DAL is offline
Code Master
 
Join Date: Jun 2003
Location: North East England/UK
Posts: 874
Thanks: 0
Thanked 0 Times in 0 Posts
lol oh I see
__________________
"once upon a midnight dreary, while i pron surfed, weak and weary, over many a strange and spurious site of 'hot xxx galore'. While i clicked my fav'rite bookmark, suddenly there came a warning, and my heart was filled with mourning, mourning for my dear amour," 'Tis not possible!", i muttered, "give me back my free hardcore!" quoth the server, 404."
Reply With Quote
  #8 (permalink)  
Old 12-30-08, 11:12 AM
xEX3CUT1ONx xEX3CUT1ONx is offline
Wannabe Coder
 
Join Date: Jun 2008
Posts: 122
Thanks: 2
Thanked 0 Times in 0 Posts
Assembly or assembler is usually used for 'fine' tuning the hardware that a game made in C++/C# is going to use, developers for Microsoft, Sony etc use it more often than you think.

Yes I agree that it is very long time consuming but the speed of which things can be done at are crazy.
Reply With Quote
  #9 (permalink)  
Old 12-30-08, 11:31 AM
DAL's Avatar
DAL DAL is offline
Code Master
 
Join Date: Jun 2003
Location: North East England/UK
Posts: 874
Thanks: 0
Thanked 0 Times in 0 Posts
You mean by the time you've managed to program something to communicate with the hardware, the hardware is out of date?

Thanks for the info xEX3CUT1ONx (no offence intended, just always found it funny that it took soooo long to do anything in Assembly and maybe a little jelous of those who can )

I believe that C/C++ has a facility to switch between C and Assembler languages directly in code so it must be used in conjunction with the design of a beefy app/game etc.

Kind regards
Dal
__________________
"once upon a midnight dreary, while i pron surfed, weak and weary, over many a strange and spurious site of 'hot xxx galore'. While i clicked my fav'rite bookmark, suddenly there came a warning, and my heart was filled with mourning, mourning for my dear amour," 'Tis not possible!", i muttered, "give me back my free hardcore!" quoth the server, 404."
Reply With Quote
  #10 (permalink)  
Old 12-31-08, 10:45 AM
lemlich lemlich is offline
New Member
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
$$$ used to beat the competition

The company I work for sells an appliance that can speed up your network.
Unfortunately, we're not the only ones who offer such a thing. So, to beat
the competition, we have to squeeze out all the overhead we can. Sometimes
that means replacing bits of c code with assembler code. We don't do it
often, but we do it when we have to do it.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What ASP.NET supported language do you use? Shane ASP.NET 17 02-15-05 09:22 AM
language classes for VC++6.0 adruta C/C++ 3 06-05-04 08:39 AM
8086 Assembly Language Help webzila Other Languages 0 04-03-04 09:35 PM
Best language? Iriel HTML/XHTML/XML 4 03-10-04 07:40 AM
Question on language files rozojc PHP 4 11-08-03 07:40 AM


All times are GMT -5. The time now is 10:02 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.