Pennock's Fiero Forum
  Totally O/T - Archive
  Why are we not using this more?!?!?!

T H I S   I S   A N   A R C H I V E D   T O P I C
  

Email This Page to Someone! | Printable Version


Why are we not using this more?!?!?! by 87antuzzi
Started on: 12-30-2010 01:43 AM
Replies: 11
Last post by: 82-T/A [At Work] on 12-30-2010 10:16 AM
87antuzzi
Member
Posts: 11151
From: Surrounded by corn.
Registered: Feb 2009


Feedback score:    (9)
Leave feedback





Total ratings: 228
Rate this member

Report this Post12-30-2010 01:43 AM Click Here to See the Profile for 87antuzziSend a Private Message to 87antuzziDirect Link to This Post
Im learning assembly language and i have to say..........WHY ARE WE NOT USING THIS AT ALL TIMES? This is by far the easiest language I have ever learned. I mean really?
IP: Logged
PFF
System Bot
87antuzzi
Member
Posts: 11151
From: Surrounded by corn.
Registered: Feb 2009


Feedback score:    (9)
Leave feedback





Total ratings: 228
Rate this member

Report this Post12-30-2010 02:04 AM Click Here to See the Profile for 87antuzziSend a Private Message to 87antuzziDirect Link to This Post
Help . It says something is wrong with these strings and i cant figure out what

 
quote

call FetchSector C, \
WORD ptr [(PartEntry PTR bx).BeginHead], \
WORD ptr [(PartEntry PTR bx).BeginSector], \
WORD ptr [(PartEntry PTR bx).BeginCylinder], \
OFFSET MBR, ds ;SEG MBR
IP: Logged
Wichita
Member
Posts: 20708
From: Wichita, Kansas
Registered: Jun 2002


Feedback score: N/A
Leave feedback





Total ratings: 322
Rate this member

Report this Post12-30-2010 02:11 AM Click Here to See the Profile for WichitaSend a Private Message to WichitaDirect Link to This Post
It has its uses, mostly niche though. High level programing is used for optimization. Really? Hand typing code? Who does that anymore.

[This message has been edited by Wichita (edited 12-30-2010).]

IP: Logged
87antuzzi
Member
Posts: 11151
From: Surrounded by corn.
Registered: Feb 2009


Feedback score:    (9)
Leave feedback





Total ratings: 228
Rate this member

Report this Post12-30-2010 02:16 AM Click Here to See the Profile for 87antuzziSend a Private Message to 87antuzziDirect Link to This Post
 
quote
Originally posted by Wichita:

It has its uses, mostly niche though. High level programing is used for optimization. Really? Hand writing code? Who does that anymore.


I gotta learn it some how......This is all to learn how to program a 16 bit micro processor . From what I have gathered this is the best to write for controlling basic outputs being its size is almost nothing.
IP: Logged
8Ball
Member
Posts: 10865
From:
Registered: Jul 2001


Feedback score: N/A
Leave feedback





Total ratings: 162
Rate this member

Report this Post12-30-2010 02:35 AM Click Here to See the Profile for 8BallSend a Private Message to 8BallDirect Link to This Post
At 1:43 AM
 
quote
Originally posted by 87antuzzi:

Im learning assembly language and i have to say...This is by far the easiest language I have ever learned.



At 2:03 AM

 
quote
Originally posted by 87antuzzi:

Help .


LOL LOL LOL!!! I am sorry but that is funny right there
IP: Logged
87antuzzi
Member
Posts: 11151
From: Surrounded by corn.
Registered: Feb 2009


Feedback score:    (9)
Leave feedback





Total ratings: 228
Rate this member

Report this Post12-30-2010 02:57 AM Click Here to See the Profile for 87antuzziSend a Private Message to 87antuzziDirect Link to This Post
HAHA! It is now figured out. I forgot to put a . in a end string. It runs and does what i want it to but I am having a file saving directory issue that I am working on.
IP: Logged
DRA
Member
Posts: 4543
From: Martinez, Ga, USA
Registered: Oct 1999


Feedback score: (2)
Leave feedback





Total ratings: 96
Rate this member

Report this Post12-30-2010 08:33 AM Click Here to See the Profile for DRAClick Here to visit DRA's HomePageSend a Private Message to DRADirect Link to This Post
 
quote
Originally posted by 87antuzzi:

HAHA! It is now figured out. I forgot to put a . in a end string. It runs and does what i want it to but I am having a file saving directory issue that I am working on.


syntax, hours spent looking for that one small error that keeps a program from compiling!
Don't miss it!

------------------
Dealing with failure is easy: work hard to improve. Success is also easy to handle: you've solved the wrong problem, work hard to improve.

IP: Logged
8Ball
Member
Posts: 10865
From:
Registered: Jul 2001


Feedback score: N/A
Leave feedback





Total ratings: 162
Rate this member

Report this Post12-30-2010 08:42 AM Click Here to See the Profile for 8BallSend a Private Message to 8BallDirect Link to This Post
 
quote
Originally posted by DRA:


syntax, hours spent looking for that one small error that keeps a program from compiling!
Don't miss it!



Me Either!!!! When I used to Code Talkers in the mid 90's.. I can remember Numerous times where I would spend 18-40 hours starring at the 200k plus lines of code in one of the talkers, trying to find which one was missing a '
IP: Logged
kwagner
Member
Posts: 4258
From: Pittsburgh, PA
Registered: Apr 2005


Feedback score: (3)
Leave feedback





Total ratings: 62
Rate this member

Report this Post12-30-2010 09:50 AM Click Here to See the Profile for kwagnerClick Here to visit kwagner's HomePageSend a Private Message to kwagnerDirect Link to This Post
Simple: A compiler does a better job at writing in assembly than you do.
I was also taught in college that a programmer typically gets the same number of lines done and makes the same number of mistakes per page no matter the language used. Would you rather spend time writing a high level program, or a low level program that's 4x as long?
MIPS was fun in college. I'm glad I don't have to use it every day

[This message has been edited by kwagner (edited 12-30-2010).]

IP: Logged
hookdonspeed
Member
Posts: 7980
From: baltimore, md
Registered: May 2008


Feedback score:    (9)
Leave feedback





Total ratings: 131
Rate this member

Report this Post12-30-2010 09:55 AM Click Here to See the Profile for hookdonspeedClick Here to visit hookdonspeed's HomePageSend a Private Message to hookdonspeedDirect Link to This Post
thats why they have emacs and plugins for nano, and visiual studio, and turbo assembly, etc that "color" and give you hints etc when you messup syntex.
IP: Logged
hookdonspeed
Member
Posts: 7980
From: baltimore, md
Registered: May 2008


Feedback score:    (9)
Leave feedback





Total ratings: 131
Rate this member

Report this Post12-30-2010 09:57 AM Click Here to See the Profile for hookdonspeedClick Here to visit hookdonspeed's HomePageSend a Private Message to hookdonspeedDirect Link to This Post

hookdonspeed

7980 posts
Member since May 2008
oh.. and we dont use it because wait till you get to memory mapping, and such functions, and you start pulling your hair out...
then you will know why its not used more..
IP: Logged
PFF
System Bot
82-T/A [At Work]
Member
Posts: 25555
From: Florida USA
Registered: Aug 2002


Feedback score: (1)
Leave feedback





Total ratings: 200
Rate this member

Report this Post12-30-2010 10:16 AM Click Here to See the Profile for 82-T/A [At Work]Send a Private Message to 82-T/A [At Work]Direct Link to This Post
Assembly is an old language, and while it was quite common for machine code / firmware, it's really not regularly used anymore.

The language which has basically replaced Assembly is "Machine C." With the obvious lack of OOP and the methods and properties, it's basically identical to what people are used to with the more extravegant C++ and C#.

I'm not sure what you mean by no one types code anymore. I program in C# every day, but while all the objects are obviously nothing more than drag and drop, and most of the handlers are created by double clicking on the component, you still have to write code in the back-end to make it do the stuff you want it to do.

You can't create new classes and stuff like that without creating code.

------------------
Todd,
2008 Jeep Patriot Limited 4x2
2002 Ford Explorer Sport 2dr 4x2
2002 Ford Crown Victoria LX
1987 Pontiac Fiero SE / V6
1973 Volkswagen Type-2 Transporter

IP: Logged



All times are ET (US)

T H I S   I S   A N   A R C H I V E D   T O P I C
  

Contact Us | Back To Main Page

Advertizing on PFF | Fiero Parts Vendors
PFF Merchandise | Fiero Gallery
Real-Time Chat | Fiero Related Auctions on eBay



Copyright (c) 1999, C. Pennock