All Projects → mrfearless → creating-controls-in-assembler

mrfearless / creating-controls-in-assembler

Licence: other
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to creating-controls-in-assembler

APIInfo-Plugin-x86
APIInfo Plugin (x86) - A Plugin For x64dbg
Stars: ✭ 42 (+110%)
Mutual labels:  asm, x86, masm, radasm
CopyToAsm-Plugin-x86
CopyToAsm (x86) - A Plugin For x64dbg
Stars: ✭ 23 (+15%)
Mutual labels:  asm, x86, masm, radasm
APISearch-Plugin-x86
APISearch Plugin (x86) - A Plugin For x64dbg
Stars: ✭ 46 (+130%)
Mutual labels:  asm, x86, masm, radasm
Reactos
A free Windows-compatible Operating System
Stars: ✭ 10,216 (+50980%)
Mutual labels:  x86, win32, win32api
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+3990%)
Mutual labels:  asm, x86
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+2785%)
Mutual labels:  asm, x86
Asm Cli Rust
interative assembly shell written in rust
Stars: ✭ 133 (+565%)
Mutual labels:  asm, x86
Asm Space Invaders
A small, bootable game written in x86 Assembly inspired by Space Invaders
Stars: ✭ 202 (+910%)
Mutual labels:  asm, x86
Asm Cli
Interactive shell of assembly language(X86/X64) based on unicorn and keystone
Stars: ✭ 211 (+955%)
Mutual labels:  asm, x86
C.sh
Inline C/asm in Bash
Stars: ✭ 241 (+1105%)
Mutual labels:  asm, x86
kasm
Assembler library for Kotlin
Stars: ✭ 40 (+100%)
Mutual labels:  asm, x86
Invaders
Invaders game in 512 bytes (boot sector)
Stars: ✭ 461 (+2205%)
Mutual labels:  asm, x86
Y86
A Y86 pipeline CPU simulator in JavaScript.
Stars: ✭ 404 (+1920%)
Mutual labels:  asm, x86
Toledo Atomchess
Toledo Atomchess is the world's smallest chess program in x86 assembly code
Stars: ✭ 69 (+245%)
Mutual labels:  asm, x86
Pillman
Pillman boot sector game, a yellow thing eats pills and is chased by monsters.
Stars: ✭ 298 (+1390%)
Mutual labels:  asm, x86
SLAE
Example ASM code following SLAE course and exam assignments.
Stars: ✭ 36 (+80%)
Mutual labels:  asm, x86
8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
Stars: ✭ 81 (+305%)
Mutual labels:  asm, x86
FutureDOS
A futuristic DOS
Stars: ✭ 46 (+130%)
Mutual labels:  asm, x86
Assembly-Lib
A 16-bits x86 DOS Assembly library that provides many useful functions for developing programs. It has both VGA grapics functions as well as general purpose utilities. The main purpose of this library was to be able to implement simple DOS games (in Assembly) using VGA (320x200, 256 colors) display.
Stars: ✭ 36 (+80%)
Mutual labels:  asm, x86
Radical-OS
Radical kernel source tree
Stars: ✭ 45 (+125%)
Mutual labels:  asm, x86

Creating Controls In Assembler

A book, by mrfearless, published on Gitbook.com, about creating controls in assembly language.

The book introduces the reader to my journey and techniques I discovered and evolved over time, for creating custom controls using the windows win32 API and Microsoft's Macro Assembler (Masm).

It covers the main areas of developing an example control, SimpleButton, which the reader can then use as basis for creating their own custom controls.

Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].