Assembly
An assembly language is a low-level language for programming computers.
Article

List of Hello World Programs in 300 Programming Languages

This is a complete list of “Hello World!” programs written in more than 300 existing programming languages including Assembly language, Low-level, High-level, Object Oriented, Document formats, Page...
Article

C# Friend Assemblies

Occasionally you may want to access internal classes and their members found in one assembly from code in a separate assembly. The 'internal' modifier prevents this type of access. This restriction...
Article

Microcontroller Programming in Assembly Language PART 2

In this article I basically focus on how to write ‘if-then’ logic in assembly. Below a sample program code is provided which uses simple ‘if-then’ logic. This will give you some idea about how to...
Article

Microcontroller Programming in Assembly language PART 1

In this article you understand basic instructions used in writing assembly language for a PIC16F84A microcontroller using a sample program written in assembly. Though it is not a complicated program...
Article

Ease Versioning Multiple Assemblies by Splitting Up AssemblyInfo

This article describes a method of keeping version attributes for multiple assemblies in a product in sync for releases by splitting AssemblyInfo.cs into multiple files.
Article

Call Functions with PowerPC ABI for 64-bit ELF

This article discusses the PowerPC ABI for 64-bit ELF (UNIX-like) systems and how to write and call functions using it. This is helpful for writing 64-bit programs for the POWER5 and other...
Article

Fundamentals of POWER5 Assembly Language

The POWER5 processor is a 64-bit workhorse used in a variety of settings. Part 1 of this Assembly language for Power Architecture series is an introduction to assembly language concepts and the...
Article

Webpart Post Build .Net Automation Of Global Assembly Cache & IISRESTART

Webpart post build .NET automation for Sharepoint, which describes a technique to automate the application pool refresh, also enables the dll created to be added to the global assembly cache.
Article

Satellite Assemblies

While looking for the use of satellite assemblies, I came across many examples. But, when I tried to run them, most of them did not fulfill my expectations from a satellite assembly. In this article,...
Article

An Introduction to Assembly Language: Part I

Most programmers shy away from Assembler (or assembly language). People tend to consider it as a very difficult language to understand and use. Moreover, anyone who knows how to use it is tended to...
Article

VC++ Cures for .NET Configuration Change Headaches, Part 2

This article presents a Visual C++ assembly with a custom configuration handler that makes achieving reloadable configuration information much easier.
Article

Reflection in .Net | Develop & Use Dynamically Pluggable Components (Part I)

One of the highlights of .Net and its Common Language Runtime (CLR) is its support for metadata. What does it actually mean is that with each assembly (.exe or .dll), .Net compilers store information...
Article

MMX and assembly optimization for Intel and AMD CPU's

Here is an example of how to use AMD and Intel's MMX technologies to increase performance. Of course, these optimizations cannot always be applied but I hope they can still be useful. In this...
Article

Calculate SIN and COS faster with inline assembly

Inline assembly to speed up C++ code. Replacing double sin(double), and double cos(double). This example will try take use of the x86's fsincos command, which calcuales the sin and the cos of a...
1 2 3 4 5  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.