Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,612 members, 7,809,236 topics. Date: Friday, 26 April 2024 at 06:25 AM

Who Is Interested In Learning Assembly Language? - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Who Is Interested In Learning Assembly Language? (1267 Views)

Who's Interested In Learning Python For Data Science (from Scratch) / Are You Interested In Robotics And Artificial Intelligence? / Interested In Teaching Yourself Programming? file on link (2) (3) (4)

(1) (Reply) (Go Down)

Who Is Interested In Learning Assembly Language? by hachan: 2:53pm On Jul 04, 2019
Assembly 6502 to be specific because it one of those made for humans and low-level enough.
You can learn for fun or just to know better,as it easy to learn with a little knowledge of hexadecimals.
Re: Who Is Interested In Learning Assembly Language? by Nobody: 3:56pm On Jul 04, 2019
hachan:
Assembly 6502 to be specific because it one of those made for humans and low-level enough.
You can learn for fun or just to know better,as it easy to learn with a little knowledge of hexadecimals.
I am interested to learn it
Re: Who Is Interested In Learning Assembly Language? by Wanity(m): 4:35pm On Jul 04, 2019
hachan:
Assembly 6502 to be specific because it one of those made for humans and low-level enough.
You can learn for fun or just to know better,as it easy to learn with a little knowledge of hexadecimals.

I don't think you know what your saying if you say assembly language is simply.


Remember you are talking about row code
Re: Who Is Interested In Learning Assembly Language? by hachan: 8:33pm On Jul 04, 2019
Wanity:


I don't think you know what your saying if you say assembly language is simply.


Remember you are talking about row code
I know,but the concept is not hard all.
Re: Who Is Interested In Learning Assembly Language? by hachan: 8:37pm On Jul 04, 2019
virgoquin:

I am interested to learn it
what do you know about hexadecimals?
It no problem if you don't. smiley
Re: Who Is Interested In Learning Assembly Language? by Bros1: 9:26pm On Jul 04, 2019
I am in
Re: Who Is Interested In Learning Assembly Language? by stanliwise(m): 11:16pm On Jul 04, 2019
Learn assembly for the sake of passion, money, necessity. if you're doing it for fun, just know you will quit soon.
Re: Who Is Interested In Learning Assembly Language? by stanliwise(m): 11:16pm On Jul 04, 2019
Learn assembly for the sake of passion, money, necessity.
if you're doing it for fun only , just know you will quit soon.
Re: Who Is Interested In Learning Assembly Language? by osarenomaspecial: 8:19am On Jul 05, 2019
Since it for fun and not for production,it ok.
Re: Who Is Interested In Learning Assembly Language? by Savotech: 8:51pm On Jul 05, 2019
hachan:
Assembly 6502 to be specific because it one of those made for humans and low-level enough.
You can learn for fun or just to know better,as it easy to learn with a little knowledge of hexadecimals.


Why learn assembly language when u can learn C or C++ that will make code development easy for you. Why use a 6502 microcontroller that is not common in this part of the world when u can use Atmega or Arduino, PIC, ARM and the likes That has much online support.

I stand to be corrected, Telling people that assembly language is easy to learn is not the whole truth. U need much knowledge of hexadecimal, and binary to be able to work with assembly language. Its C or C++ that needs little Knowledge of hex.

By God's grace I started my Embedeed systems career about 10 years ago, i learnt with assembly language for about 2 years, but when i switched to C, my life never remained the same till now. I now write codes of about 5,000 lines.... Now imagine if i am to write that in assembly language.

If you feel assembly language is better than high-level language like C, post your points here and let's argue it out.
Re: Who Is Interested In Learning Assembly Language? by stanliwise(m): 1:51am On Jul 06, 2019
Savotech:



Why learn assembly language when u can learn C or C++ that will make code development easy for you. Why use a 6502 microcontroller that is not common in this part of the world when u can use Atmega or Arduino, PIC, ARM and the likes That has much online support.

I stand to be corrected, Telling people that assembly language is easy to learn is not the whole truth. U need much knowledge of hexadecimal, and binary to be able to work with assembly language. Its C or C++ that needs little Knowledge of hex.

By God's grace I started my Embedeed systems career about 10 years ago, i learnt with assembly language for about 2 years, but when i switched to C, my life never remained the same till now. I now write codes of about 5,000 lines.... Now imagine if i am to write that in assembly language.

If you feel assembly language is better than high-level language like C, post your points here and let's argue it out.
You sound very knowledgeable and informed. Do you have any public portfolio ? just asking tho.
Re: Who Is Interested In Learning Assembly Language? by hachan: 8:14pm On Jul 06, 2019
Savotech:



Why learn assembly language when u can learn C or C++ that will make code development easy for you. Why use a 6502 microcontroller that is not common in this part of the world when u can use Atmega or Arduino, PIC, ARM and the likes That has much online support.

I stand to be corrected, Telling people that assembly language is easy to learn is not the whole truth. U need much knowledge of hexadecimal, and binary to be able to work with assembly language. Its C or C++ that needs little Knowledge of hex.

By God's grace I started my Embedeed systems career about 10 years ago, i learnt with assembly language for about 2 years, but when i switched to C, my life never remained the same till now. I now write codes of about 5,000 lines.... Now imagine if i am to write that in assembly language.

If you feel assembly language is better than high-level language like C, post your points here and let's argue it out.
I can't say it better but it actually depends on what you want to achieve.
Having a good knowledge of assembly makes you a better C programmer.
Re: Who Is Interested In Learning Assembly Language? by Savotech: 12:07pm On Jul 09, 2019
stanliwise:
You sound very knowledgeable and informed. Do you have any public portfolio ? just asking tho.

I am an electronics engineer, embedded systems hobbyist and a part time electronics project designer.

You can mail me on savotechng@gmail.com if u need my assistance.
Re: Who Is Interested In Learning Assembly Language? by Savotech: 3:05pm On Jul 09, 2019
hachan:
I can't say it better but it actually depends on what you want to achieve.
Having a good knowledge of assembly makes you a better C programmer.

I will agree with you If it were to be 10 years ago...

The advantages of assembly language u could talk about is having higher speed and saves ROM space.
And probably being able to explore all functions of the microcontroller that the C compliler have no support for.

Today, most microcontroller and C compiler have a good code optimisation and almost all functions are supported in updated version C compilers for PIC or Arduino. so even though using assembly have it own advantage, its disadvantages completely swallows up the advantage. Reason is:
1. If u need more speed, use microcontroller that supports higher speed and use your C language.
2. If u need more space, use microcontroller that has higher ROM and use your C language.

Technology is moving at fast rate and open source companies like Arduino and the rest have a C library for almost all modules and peripherals. Most companies that produce embedded systems modules and peripherals have a sample codes written in C.

Learning in assembly almost have no good compared to C or other high level language except the microcontroller you are using has no C compiler.

I salute your effort in wanting to enlighten people... I am just feeling like saying my mind too concerning it.

(1) (Reply)

Can A Elect Elect Aspirant Go Into Programming / Udemy: Mega Courses / My Journey Becoming A Web Developer

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 34
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.