• Hubs
  • tagged assembly languages

1-10 of 14 hubssort by Hot Best Latest

ninjacraze profile image63

Types of computer languages

As we human beings communicate with each others in different language such as Urdu, French, Punjabi and Arabic etc. Similarly to communicate with the computers we have to use specific languages and for this...

2 comments    technology education computer
72

MASM: Microsoft Win32 Assembly Language is free to download

Assembly Programming Books MASM32 version 9 is a working development for programmers who are interested in either learning or writing 32 bit Microsoft assembler (MASM). Installation is an automated process...

4 comments    technology microsoft programming
61

[Free Ebook] The Art of Assembly by Randall Hyde

Randy Hyde who is the author of the classic Art Of Assembler and its successor HLA (High Level Assembler). Randy Hyde is an enormously experienced programmer, teacher and author and he has an excellent track...

0 comments    technology programming hacking
56

Assembly Language: Step-by-Step (Dos and Linux)

The bestselling guide updated and expanded to include coverage of Linux This updated and expanded edition of the bestselling guide to assembly programming begins with a highly accessible overview of the...

0 comments    step by step assembly language
59

Windows Assembly Language & System Programming

Barry Kauler explains the exacting details of Windows programming at the systems level, revealing architectural details that Microsoft has never publicly documented. Ideal for software developers who are...

0 comments    win32 masm assembly language
 Ambidextrous?53

Seven Habits of Highly Ineffective Programmers

I submit to you the 7 habits of highly ineffective programmers. My opinions are based on my 20 years of programming and hiring, firing, training, and mentoring programmers. We all have a little...

0 comments    hubchallenge programmers rewrite
nicomp profile image83

Random Numbers in Cpp

This little software project illustrates techniques for working with random numbers in C++. The project consists of 3 individual files: main.cpp, the entry point for the application, RandomNumber.cpp, the...

6 comments    education software computer
sanpnrad1 profile image59

Assembly language tutorial

Assembly language is the basic step in mastering the programming world..Its as important as the alphabets in managing the program world..if you want to learn the basics of assembly language you can go to...

1 comment    advice technology education
oderog profile image73

Computer programming languages and generations

Programming languages are use to write application programs which are used by end users. The programming languages are generally used only by professional programmers to write programs. The development of...

6 comments    programming basic fortran
nicomp profile image61

Random Numbers in java

This little program illustrates techniques for working with random numbers in Java. The program consists of a class called RandomNumbersDemo. To create the tutorial in NetBeans, create an empty project and...

0 comments    education software tutorial
working