14,279,473 members
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Chapters and Sections
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View ASP.NET questions
View VB.NET questions
View SQL questions
View Javascript questions
discussions
forums
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET Framework
Android
iOS
Mobile
SharePoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
The Soapbox
Non-English Language
>
General Indian Topics
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
216 Results
Filters
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Research Library
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Votes (Hi - Lo)
Votes (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Internet of Things
Contests
Article License
All Licenses
Ms-RL
Custom
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Page 1 of 9
Page Size:
10
·
25
·
50
Tag filtered by: ASM
[x]
Introduction to ELENA Programming Language
28 Aug 2019
by
Alex Rakov
,
Alexandre Bencz
license:
MIT
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
General Programming
»
Algorithms & Recipes
»
Compilers
C++
Windows
ASM
compiler
code-generation
Assembler
, +
The Intel Assembly Manual
2 Aug 2019
by
Michael Chourdakis
license:
CPOL
All in one: x86, x64, Virtualization, multiple cores, along with new additions
Desktop Development
»
Miscellaneous
»
General
C++
Linux
ASM
system
Virtualization
DOS
, +
Integer Square Root on 15 Assembler Lines
5 Jun 2019
by
altomaltes
license:
CPOL
This code calculates square root of an integer on a few assembler code lines.
General Programming
»
Algorithms & Recipes
»
Algorithms
C++
ASM
Arduino
GCC
MASM
Assembler
Fast Circle Coordinate Mapping and Color Wheel Creation: Part 2 – Code
26 May 2019
by
CMalcheski
license:
CPOL
Part 1 of this article discussed an algorithm for addressing all pixels within a circle with surgical precision, optionally expanded to filling in those pixels as required to create a color wheel; this is part 2 of 2, covering the actual implementation.
General Programming
»
Algorithms & Recipes
»
General
C++
C
ASM
All-Topics
Assembler
x64 Memory Access Monitor
23 Apr 2019
by
Member 13737597
license:
CPOL
This article shows how to automatically catch memory access (read /write) for some memory region and log these changes into file
General Reading
»
Hardware & System
»
General
C++
C
Windows
ASM
Embedding .
PNG Images into a RichEdit Document
11 Apr 2019
by
Jose A Pascoa
license:
CPOL
Although most Windows programmers have already used the RichEdit Control, many of them are not aware of all its capabilities. One such capability is image embedding.
Desktop Development
»
Edit Controls
»
General
C++
XML
Windows
COM
ASM
Office
, +
Hacking with Windbg - Part 1 (Notepad)
11 Feb 2019
by
Sarthak S
license:
CPOL
Assembly inspection and hacking with windbg
General Programming
»
Tools and Ide
»
General
C
Win32
Win64
ASM
Windbg
x86
40 Basic Practices in Assembly Language Programming
29 Jan 2019
by
Zuoliu Ding
license:
CPOL
A discussion on some basic practices highly recommended in Assembly Language Programming.
Desktop Development
»
Miscellaneous
»
General
C++
C
XML
Windows
Win32
Visual-Studio
, +
The Low Level M3ss: DOS Multicore Mode Interface
8 Jan 2019
by
Michael Chourdakis
license:
CPOL
All in one article about raw CPU technologies, access multiple cores and protected or long mode from DOS while still having access to DOS interrupts
General Programming
»
Parallel Programming
»
General
ASM
DOS
Virtualization for System Programmers
31 Dec 2018
by
Michael Chourdakis
license:
CPOL
Curious on how you create a hypervisor app? Read mode!
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
Windows
Linux
ASM
Virtualization
virtual-machine
The Real, Protected, Long mode assembly tutorial for PCs
30 Dec 2018
by
Michael Chourdakis
license:
CPOL
Immerse yourself in system programming!
Desktop Development
»
Miscellaneous
»
General
ASM
Virtualization
Deep Inside CPU: Raw Multicore Programming
26 Dec 2018
by
Michael Chourdakis
license:
CPOL
Trigger all your cores from DOS
General Programming
»
Parallel Programming
»
General
C++
ASM
Hardware
x64 API Hooker + Disassembler
8 Nov 2018
by
Member 13737597
license:
CPOL
This article shows you how to implement trampolines on x64, introduces the idea of sync and async hooks, and dynamically added runtime filters and loggers.
Languages
»
C / C++ Language
»
General
C++
C
Windows
ASM
Objective-C
Text
, +
King MM - The Joys of a Harmony-less Life - Part 1, PIC32MM "Hello World!"
7 Jul 2018
by
CPallini
license:
CPOL
Programming Microchip PIC32MM microcontrollers in C++ and assembly
General Reading
»
Hardware & System
»
Hardware Programming
C++
XML
ASM
Shell
Microcontroller
makefile
DirectX and Pure Assembly Language: Doing What Can't be Done - Part IV(b): the Full DirectX App
26 Jun 2018
by
CMalcheski
license:
CPOL
A Full DirectX Sample Application Created in Pure Assembly Language
Multimedia
»
Directx
»
General
Windows
DirectX
ASM
Win7
3D
Win8
, +
dwl::fractalBrowser
31 Mar 2018
by
David O'Neil
license:
CPOL
Everybody Loves the Mandelbrot Set! Here's a browser for it!
Desktop Development
»
Miscellaneous
»
General
VC6
VC7.1
VS.NET2003
VS6
VS2008
C++
, +
Exploring Computational Number Theory (Part 3)
26 Mar 2018
by
William Hey
license:
CPOL
Factoring classic integers
General Programming
»
Algorithms & Recipes
»
Math
VS2005
VS2008
C++
C#
.NET
ASM
, +
Accelerating Software Skinning with VFP Assembler
2 Feb 2018
by
ed welch
license:
CPOL
How to accelerate software skinning with VFP assembler
General Reading
»
Uncategorised Technical Blogs
»
General
ASM
VFP
Create Your Own Kernel In C
13 Jan 2018
by
Pritam Zope
license:
CPOL
In this article we will create a simple kernel such as printing HelloWorld first and then writing functions for printing numbers, Keyboard I/O, Box Drawing GUI, and Tic-Tac-Toe game in kernel in C
Languages
»
C / C++ Language
»
Beginners
C++
C
Linux
ASM
MASM
Kernel
, +
64-bit Structured Exception Handling (SEH) in ASM
1 Nov 2017
by
Jose A Pascoa
license:
CPOL
Rolling up a practical solution.
General Programming
»
Exception Handling
»
General
C++
C
Windows
ASM
Assembler
Compiling Your C Code to .
NET - Part 2
12 Oct 2017
by
Alexandre Bencz
license:
CPOL
With this new OrangeC/C++ compiler back-end, you can compile your C code to .NET.
Platforms, Frameworks & Libraries
»
.net Framework
»
General
C++
C
C#
.NET
ASM
MSIL
, +
Compiling Your C Code to .
NET - Part 1
12 Oct 2017
by
Alexandre Bencz
license:
CPOL
With this new OrangeC/C++ compiler back-end, you can compile your C code to .NET
Platforms, Frameworks & Libraries
»
.net Framework
»
General
C++
C
C#
.NET
ASM
MSIL
, +
Image Blending in Windows - an Assembly Language Approach
4 Oct 2017
by
CMalcheski
license:
CPOL
Ditching the slowdowns and applying a little elbow grease can create dramatic speed improvements in GDI image blending.
Multimedia
»
General Graphics
»
Graphics
C++
C
C#
Windows
Win32
Win64
, +
Adventures with the Pi .
.
.
part 4
17 Sep 2017
by
leon de boer
license:
CPOL
Introducing SmartStart something like a BIOS for the Pi
Internet of Things
»
Raspberry Pi
»
General
C
ASM
Raspberry
Assembler
DirectX and Pure Assembly Language: Doing What Can't be Done - Part IV(a)
15 Sep 2017
by
CMalcheski
license:
CPOL
Initializing DirectX
Multimedia
»
Directx
»
General
Windows
DirectX
ASM
Assembler
Page 1 of 9
1
2
3
4
5
6
7
8
9
First
·
Prev
·
Next
·
Last