learning assembly 2
Uploader Comments (fjlj)
Top Comments
-
@DLPBurke "Assembly is ridiculous really. If I want to do basic things or even intermediate things I will just use delphi, it is 100X easier and the end result is the same."
The end result is not the same. Assembly is not Delphi and Delphi is not Assembly.
Your words speak amateur at Assembly.
You clearly don't know the language, so you can't call it ridiculous when you fail to operate in it. Assembly will do much more than the majority of higher-level languages will.
-
@DLPBurke I did get what you said.
What you don't get is what I was implying to what you said.
I was implying that it's not easy that makes everything the best.
Hard work, knowledge and a deeper understanding of computers, their functioning, etc., will promise a lot better results than just using Delphi, a high-level programming language.
Then again, to say, I have a Ph'D in Hardware Engineering, but that's not required to have knowledge.
All Comments (26)
-
Great video
-
@DLPBurke Want me to teach you some Assembly in flat, or possibly machine code help with processor instruction sets, virtual machines, etc.?
-
@DLPBurke No, as having something do the work for you isn't going to make the cut as a programmer, unless amateur.
You want to climb the mountain? Better work hard.
You want to be the best? Won't happen with high-level languages.
You want to be a good programmer? High-level will only take you so far...
Assembly is the way to go.
Also, yeah, it is just a representation of machine code, but I program in machine code anyways... it's not that hard once you get used to it and get a manual for it
-
@DLPBurke Being hard-headed now, are we?
You gotta the reality of things... Assembly is better. The sooner you learn to accept that the better your programming life will be.
-
@DLPBurke While we are at it, Assembly is just a representation of machine code, which was created by the compiler. I'd prefer a high end language doing all the work for me that manually. Wouldn't you?
-
@CLANEGGSALADPERSON I do know assembly, but even at this level I know that high end languages are better. Assembly is for people who think they are smart when really they are just making more work for themselves 99% of the time. So no, I won't be taking them back.
-
@JordansBeans Describe EXACTLY what you'd like to do and I'll tell you what can be done on a basic-level.
-
@DLPBurke Once you learn Assembly, if you do, you'll easily take those negative words back that you said.
-
@fjlj actually it means JUMP (if) NOT ZERO J.N.Z. , JNE is JUMP (if) NOT EQUAL J.N.E.
i am really loving the constructive comments and the help from everyone :) i love the extra solutions and all the messages :) keep watchin and keep coding :)
fjlj 1 year ago
what does JNZ do??plz reply...
hamzi6000 1 year ago
@hamzi6000 jnz aka jne means jump if not equal. :)
fjlj 1 year ago