Six Years of Service
Posts: 2,973
Threads: 246
what is the best books too read on assembly language ? 09-22-2018, 11:11 PM
#1
what is the best books too read on assembly language ?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: what is the best books too read on assembly language ? 09-24-2018, 12:33 AM
#5
(09-23-2018, 04:42 PM)phyrrus9 Wrote: (09-23-2018, 04:38 PM)mothered Wrote: (09-23-2018, 04:08 PM)phyrrus9 Wrote: I'd start with the manual. You don't read it as much as you do skim it and then use it like a dictionary while you write code. That is until you can memorize the instructions and what they decode to.
You didn't recommend your tutorial master list, namely Creating Your First Assembler?
If there's better guides on the net, I'd be very surprised.
CYFA assumes existing knowledge of assembly language, as do most of my other assembly tutorials. I do have an intro to ARM assembly series, however it's likely not relevant to the OP. "Assembly" is often used to mean "x86 assembly". Learning ARM would only frustrate the OP as many of the features of ARM that make it simple and powerful do not exist for x86 (Conditional execution, s-bit, 3-operand, register numbers, etc).
I understand your point. I agree with you I would get mad about it. so what kind of manual should I look at ?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: what is the best books too read on assembly language ? 09-24-2018, 06:09 AM
#7
(09-24-2018, 03:22 AM)phyrrus9 Wrote: (09-24-2018, 12:33 AM)darkninja1980 Wrote: (09-23-2018, 04:42 PM)phyrrus9 Wrote: CYFA assumes existing knowledge of assembly language, as do most of my other assembly tutorials. I do have an intro to ARM assembly series, however it's likely not relevant to the OP. "Assembly" is often used to mean "x86 assembly". Learning ARM would only frustrate the OP as many of the features of ARM that make it simple and powerful do not exist for x86 (Conditional execution, s-bit, 3-operand, register numbers, etc).
I understand your point. I agree with you I would get mad about it. so what kind of manual should I look at ?
You should look up the ISA for the architecture you're going for. If you're doing ARM for instance, you would use:
v7: http://infocenter.arm.com/help/topic/com...l#cortexa5
v7A: http://infocenter.arm.com/help/topic/com...index.html
v8A: http://infocenter.arm.com/help/topic/com...index.html
thank you
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: what is the best books too read on assembly language ? 02-14-2019, 07:25 AM
#8
I will keep this thread open.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 29
Threads: 8
RE: what is the best books too read on assembly language ? 10-20-2019, 05:24 AM
#9
There are few great books I can suggest to learn assembly. one of them is "Programming from the ground up" It'll teach you basics of computer architecture and assembly. Also you can follow the book "Practical malware analysis " It also have many great articles on assembly. Also you can follow "assembly and fundamentals of C" book. I hope they'll help you. :-D
(This post was last modified: 10-20-2019, 05:25 AM by thil4n.
Edit Reason: spelling mistakes
)
B.Sc Engineering in computer science [Student]
Gov. university of Peradeniya.
Author at
HacksLand.net