|
|
#1 (permalink) |
|
Diamond Member
![]() Join Date: Apr 2006
Posts: 2,338
|
i dont get what they are. can someone explain this to me in simple terms then i might get it. i just checked wikipedia but i dont really understand it. how do you make binary files? or write the code?
![]() |
|
|
|
|
|
#4 (permalink) |
|
Silver Member
![]() Join Date: May 2006
Location: I'm not sure exactly, they keep me locked up in some remote data center.
Posts: 136
|
Ahh...good old ASM (Assembly).
Assembly is probably the lowest level (next to hardware level) computer language out there. ASM is not used very much any more by professional programmers that have moved on to languages like C++. But ASM and even the language C are great for coding hardware drivers, software that targets specific pieces of hardware, and even operating systems. The Linux kernel is an example of an operating system coding in C with some ASM at the core of the kernel...if that makes sense. Basically, ASM gives you complete control over the hardware. With that said, one can do massive amounts of damage if they are not careful about what they are doing .Check out Wikipedia for a full explanation of the language: http://en.wikipedia.org/wiki/Assembly_language
__________________
CRC failed...the end is near. |
|
|
|
|
|
#5 (permalink) | |
|
Diamond Member
![]() Join Date: Apr 2006
Posts: 2,338
|
Quote:
![]() |
|
|
|
|
|
|
#8 (permalink) |
|
Silver Member
![]() Join Date: May 2006
Location: I'm not sure exactly, they keep me locked up in some remote data center.
Posts: 136
|
If you ever learn assembly, you'll have no questions about the mysterious things that take place when your computer executes a program
. I first taught myself ASM and then went on to C and C++ and I too find assembly to be very straight forward.
__________________
CRC failed...the end is near. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows XP Tips | jayd | Operating Systems | 10 | 08-13-2006 03:09 PM |
| Lightest Active ADWARE/SPYWARE scanner | bigcomp | Computer Security | 12 | 08-11-2006 06:06 AM |
| Blue Voda files... | Bluefreak | General Software | 1 | 06-11-2006 12:01 PM |
| VB6 - copying multiple files at once | jeckgo | General Computer Chat | 0 | 01-26-2006 05:12 PM |