An open API service indexing awesome lists of open source software.

https://github.com/zalexanninev15/alp

Assembly Language Projects for Windows
https://github.com/zalexanninev15/alp

assembly-language fasm win32 win32api winapi

Last synced: 10 months ago
JSON representation

Assembly Language Projects for Windows

Awesome Lists containing this project

README

          

# ALP

[![](https://img.shields.io/badge/platform-Windows-informational)](https://github.com/Zalexanninev15/ALP)
[![](https://img.shields.io/badge/written_on-FASM-a8bce0.svg?logo=fasm)](https://flatassembler.net/index.php)
[![](https://img.shields.io/badge/written_on-Assembly_Launguage-0076c6.svg?logo=assemblylaunguage)](https://github.com/Zalexanninev15/ALP)
[![](https://img.shields.io/github/last-commit/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/commits/main)
[![](https://img.shields.io/github/stars/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/stargazers)
[![](https://img.shields.io/github/forks/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/network/members)
[![](https://img.shields.io/github/issues/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/issues?q=is%3Aopen+is%3Aissue)
[![](https://img.shields.io/github/issues-closed/Zalexanninev15/ALP.svg)](https://github.com/Zalexanninev15/ALP/issues?q=is%3Aissue+is%3Aclosed)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![](https://img.shields.io/badge/Donate-FFDD00.svg?logo=buymeacoffee&logoColor=black)](https://z15.neocities.org/donate)

## Description

Assembly Language Projects for Windows.

## Projects

* [HideDesktop](https://github.com/Zalexanninev15/ALP/tree/main/Projects/HideDesktop) - hide/show desktop content ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/HideDesktop/HideDesktop/bin/debug/HideDesktop.exe))
* [CdRomStatus](https://github.com/Zalexanninev15/ALP/tree/main/Projects/CdRomStatus) - status of CD-ROM ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/CdRomStatus/CdRomStatus/bin/debug/CdRomStatus.exe))
* [MyCpuName](https://github.com/Zalexanninev15/ALP/tree/main/Projects/MyCpuName) - name of CPU and its ID (manufacturer) ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/MyCpuName/MyCpuName/bin/debug/MyCpuName.exe))
* [ClipboardHook](https://github.com/Zalexanninev15/ALP/tree/main/Projects/ClipboardHook) - get text from clipboard ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/ClipboardHook/ClipboardHook/bin/debug/ClipboardHook.exe))
* [GetWindowFont](https://github.com/Zalexanninev15/ALP/tree/main/Projects/GetWindowFont) - what font is used in the application window and in its elements ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/GetWindowFont/GetWindowFont/bin/debug/GetWindowFont.exe))
* [SetKeyboardState](https://github.com/Zalexanninev15/ALP/tree/main/Projects/SetKeyboardState) - controlling NumLock, CapsLock and ScrollLock keys ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/SetKeyboardState/SetKeyboardState/bin/debug/SetKeyboardState.exe))
* [ScreenMagnifier](https://github.com/Zalexanninev15/ALP/tree/main/Projects/ScreenMagnifier) - screen magnifier ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/ScreenMagnifier/ScreenMagnifier/bin/debug/ScreenMagnifier.exe))
* [DisableMinimizeAllWindows](https://github.com/Zalexanninev15/ALP/tree/main/Projects/DisableMinimizeAllWindows) - hide the "Minimize all windows" button ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/DisableMinimizeAllWindows/DisableMinimizeAllWindows/bin/debug/DisableMinimizeAllWindows.exe))
* [RemovableUsbStatus](https://github.com/Zalexanninev15/ALP/tree/main/Projects/RemovableUsbStatus) - status of removable USB drives ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/RemovableUsbStatus/RemovableUsbStatus/bin/debug/RemovableUsbStatus.exe))

## System requirements

* **OS:** Windows 7 or higher

## Build

Compile using [FASM](https://flatassembler.net) or [ASM Visual](https://gri-software.com/en/asmvisual).