All Projects → Konctantin → FASM

Konctantin / FASM

Licence: other
Unofficial git history of flat assembler

Programming Languages

assembly
5116 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
Pawn
127 projects
C++
36643 projects - #6 most used programming language
NASL
115 projects

Labels

Projects that are alternatives of or similar to FASM

512-byte-vm
A VM image in 512 bytes. Yes, you read it right.
Stars: ✭ 29 (-9.37%)
Mutual labels:  asm
ICE
ICE Compiler for the TI-84 Plus CE
Stars: ✭ 12 (-62.5%)
Mutual labels:  asm
cortexm-AES
high performance AES implementations optimized for cortex-m microcontrollers
Stars: ✭ 18 (-43.75%)
Mutual labels:  asm
ArvernOS
💾 A minimal, experimental and "toy" monolithic kernel to learn about OS development // Work In Progress
Stars: ✭ 313 (+878.13%)
Mutual labels:  asm
z80-sample-program
This is a small Z80 assembler program that just puts some colored lines on the ZX Spectrum's screen. The intention is to use this as a kind of tutorial for DeZog (Z80 debugger).
Stars: ✭ 14 (-56.25%)
Mutual labels:  asm
c8c
The chip8 compiler, assembler, and virtual machine
Stars: ✭ 110 (+243.75%)
Mutual labels:  asm
APIInfo-Plugin-x86
APIInfo Plugin (x86) - A Plugin For x64dbg
Stars: ✭ 42 (+31.25%)
Mutual labels:  asm
Etripator
A PC-Engine disassembler
Stars: ✭ 16 (-50%)
Mutual labels:  asm
arTIfiCE
arTIfiCE is a jailbreak for TI CE calculators with OS 5.5 and 5.6. It brings back ASM programs and games.
Stars: ✭ 60 (+87.5%)
Mutual labels:  asm
creating-controls-in-assembler
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler
Stars: ✭ 20 (-37.5%)
Mutual labels:  asm
z80count
A tool to annotate Z80 assembler with cycle counts
Stars: ✭ 28 (-12.5%)
Mutual labels:  asm
cmake-nasm-test
Building a nasm hello world app with cmake
Stars: ✭ 18 (-43.75%)
Mutual labels:  asm
CopyToAsm-Plugin-x86
CopyToAsm (x86) - A Plugin For x64dbg
Stars: ✭ 23 (-28.12%)
Mutual labels:  asm
discovery
辅助Android开发者在多模块工程间跨模块获取接口(或抽象类)的实现类的开源库,可实现模块的顺序初始化、业务的动态组合等实现。基于AGP和ASM开发。
Stars: ✭ 46 (+43.75%)
Mutual labels:  asm
asm
🏃 An x86-64 assembler written in Go.
Stars: ✭ 76 (+137.5%)
Mutual labels:  asm
dcc
Direct/Interactive C Compiler
Stars: ✭ 18 (-43.75%)
Mutual labels:  asm
asm-inline
Inline raw ASM instructions in Java
Stars: ✭ 23 (-28.12%)
Mutual labels:  asm
RuntimeTransformer
Library for easily modifying loaded classes at runtime
Stars: ✭ 34 (+6.25%)
Mutual labels:  asm
Inflame
User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
Stars: ✭ 63 (+96.88%)
Mutual labels:  fasm
asmdot
[Unstable] Fast, zero-copy and lightweight (Arm | Mips | x86) assembler in (C | C++ | C# | Go | Haskell | Javascript | Nim | OCaml | Python | Rust).
Stars: ✭ 23 (-28.12%)
Mutual labels:  asm

Visit http://flatassembler.net/ for more information.

Flat assembler 1.73.27 for Windows

The flat assembler (abbreviated to fasm, intentionally stylized with lowercase letters) is a fast assembler running in a variety of operating systems, in continued development since 1999. It was designed primarily for the assembly of x86 instructions and it supports x86 and x86-64 instructions sets with extensions like MMX, 3DNow!, SSE up to SSE4, AVX, AVX2, XOP, and AVX-512. It can produce output in plain binary, MZ, PE, COFF or ELF format. It includes a powerful but simple macroinstruction system and does multiple passes to optimize the size of instruction codes. The flat assembler is self-hosting and the complete source code is included.

The only difference between flat assembler versions included in the following packages is the operating system on which they can be executed. For any given source text each version is going to generate exactly the same output file, so each of the following releases can be used to compile programs for any operating system.

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].