Click here to Skip to main content
15,879,535 members
Everything / Programming Languages / ASM

ASM

ASM

Great Reads

by codestarman
X86/ARM emulator written using C++ and assembler for the .NET environment.
by Ryan Scott White
CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels and provides an on-the-fly view of your Cuda code.
by Dr. Song Li
This is a note on how compilers implement function calls to pass the parameters to and get the return value from the called functions.
by Jose A Pascoa
Rolling up a practical solution

Latest Articles

by shunninghuang
C# arcade emulator, ROM hacking
by Jonathan Chapman-Moore
How to build Microsoft Disk Operating System 1.25
by Dr. Song Li
This is a note on how compilers implement function calls to pass the parameters to and get the return value from the called functions.
by Sarthak S
Assembly inspection and hacking with windbg

All Articles

Sort by Score

ASM 

5 Mar 2017 by Jose A Pascoa
28 Dec 2020 by CPallini
Fast integer square root computation in 8051 assembly
5 Jun 2019 by altomaltes
This code calculates square root of an integer on a few assembler code lines.
17 May 2011 by Omar Al Zabir
Silverlight webservice references get harcoded in ServiceReference.ClientConfig. The URLs get set to your development servers. But when you deploy live, the URLs don't match. Here's a way to dynamically change the URL of the service based on which website the Silverlight app is loaded from.
2 Oct 2015 by Farhad Reza
Here, we will create a simple Window using Assembly Programming Language and also gather knowledge about various assembly language instructions.
15 Feb 2024 by Jonathan Chapman-Moore
How to build Microsoft Disk Operating System 1.25
23 Mar 2012 by senguptaamlan
Getting Assembly full name from Visual Studio
17 May 2011 by #realJSOP
This is how I do it (we determine the host and select the appropriate endpoint).// these are the endpoints define in the webconfig filestring LocalHostEndpointName = "LocalHost_Endpoint";string ProductionEndpointName = "Production_Endpoint";string CurrentEndpoint = "";//...
15 Aug 2011 by Darek Danielewski
If you are using ChannelFactory to access your WCF service here is another solution: http://pocorath.blogspot.com/2011/08/servicereferencesclientconfig.html[^].
28 Jun 2013 by _Asif_
This tip helps in creating User schema with fresh password on the fly
8 Mar 2014 by pasztorpisti
How to load DLLs by allocating memory and loading the DLL from file/memory and then relocating/importing.
19 Dec 2014 by OKarpov
How to use ASM in C#.NET and most fast memory copy method
19 Jun 2011 by Rimon Orni
Code injection cave for 64 bit processes
5 Sep 2015 by Thinira
In this tip, we will discuss how to setup Angular 2.0 in Visual Studio and write a very basic “Todo” application.
14 Oct 2015 by Farhad Reza
Here, we will design a clock frame with Assembly Language and GDI32
6 Sep 2012 by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
3 Feb 2012 by Sarvesh Kumar Gupta
How to Create watermarked images in C# ASP.NET ?
8 Aug 2010 by Mladen Janković
Queued spinlocks implemented using inline assembly
26 Apr 2015 by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
14 Jan 2014 by Asif Bahrainwala
Atomic set and test in critical sections
1 Jul 2014 by JIANGWilliam
This article introduces a handy way to get the calling Testing Assembly from a called Assembly
12 Jan 2016 by shijo joseph
An ADO.NET Layer for SQL Server and Oracle which makes it easier for interfacing with database
27 Nov 2012 by Shahadat Hossain Mazumder
Single precision floating point and double precesion floating values operations in SSE optimization
31 Oct 2014 by Shivarajbk
This tip explains how to write RESTFUL WCF service for Android applications.
10 Jan 2016 by Mishra Sourabh
This tip explains how to create a checkboxlist in MVC.
20 Sep 2021 by Carles Cortés
Macros to help assembler programmers to improve source code (continued)
22 May 2011 by GAMerritt
Benchmark for breaking the 64-bit barrier imposed by the ulong data type