developer-delphi-assembly-delphi-functions
CommunityWrite and link pure Delphi assembly functions.
Authorcslsoftwares
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Delphi developers often need ultra-fast routines, but Pascal can introduce overhead. This skill provides a structured approach to implementing functions entirely in assembly using the built-in assembler, enabling optimized performance without leaving Delphi code.
Core Features & Use Cases
- Pure-assembly Delphi functions: write functions entirely in assembly with the assembler directive, avoiding inline Pascal.
- X64 pseudo-ops: use .PARAMS, .PUSHNV, .SAVENV, and .NOFRAME to control prologue/epilogue and ABI compliance.
- NASM linkage and symbol export: link NASM-generated .obj files and export symbols for Delphi interop (including DLL usage).
- Interoperability and ABI guidance: map parameters and return values consistently across Win32/Win64.
Quick Start
Define a pure-assembly Delphi function with the assembler directive and include the appropriate pseudo-ops before the body, then compile and link any NASM objects as needed.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: developer-delphi-assembly-delphi-functions Download link: https://github.com/cslsoftwares/ParamentersORM/archive/main.zip#developer-delphi-assembly-delphi-functions Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.