All Projects → sjasmplus → Sjasmplus

sjasmplus / Sjasmplus

Licence: zlib
SJAsmPlus: Z80 cross-assembler

Programming Languages

assembler
53 projects

Labels

Projects that are alternatives of or similar to Sjasmplus

Androidautotrack
Android Asm 插桩 教学
Stars: ✭ 378 (+641.18%)
Mutual labels:  asm
Laziertracker
本项目通过Android字节码插桩插件实现Android端无埋点(或自动埋点),并且支持根据配置文件实现业务数据的自动采集。
Stars: ✭ 485 (+850.98%)
Mutual labels:  asm
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+1503.92%)
Mutual labels:  asm
Coobjc
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
Stars: ✭ 3,921 (+7588.24%)
Mutual labels:  asm
Collapseos
Bootstrap post-collapse technology
Stars: ✭ 4,263 (+8258.82%)
Mutual labels:  asm
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (+992.16%)
Mutual labels:  asm
Luffy
Android字节码插件,编译期间动态修改代码,改造添加全埋点日志采集功能模块,对常见控件进行监听处理
Stars: ✭ 347 (+580.39%)
Mutual labels:  asm
Autoinject
Android 通用的组件自动注册、自动初始化解决方案
Stars: ✭ 40 (-21.57%)
Mutual labels:  asm
Invaders
Invaders game in 512 bytes (boot sector)
Stars: ✭ 461 (+803.92%)
Mutual labels:  asm
Shellen
🌸 Interactive shellcoding environment to easily craft shellcodes
Stars: ✭ 799 (+1466.67%)
Mutual labels:  asm
Y86
A Y86 pipeline CPU simulator in JavaScript.
Stars: ✭ 404 (+692.16%)
Mutual labels:  asm
Tiny Compiler
A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
Stars: ✭ 425 (+733.33%)
Mutual labels:  asm
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+1031.37%)
Mutual labels:  asm
Disasmo
VS2019 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
Stars: ✭ 380 (+645.1%)
Mutual labels:  asm
Wxinlineplayer
🤟Super fast H.264/H.265 FLV player
Stars: ✭ 873 (+1611.76%)
Mutual labels:  asm
30daymakeos
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
Stars: ✭ 4,127 (+7992.16%)
Mutual labels:  asm
Z88dk
The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
Stars: ✭ 490 (+860.78%)
Mutual labels:  asm
Kanela
The Kamon Instrumentation Agent
Stars: ✭ 45 (-11.76%)
Mutual labels:  asm
Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
Stars: ✭ 999 (+1858.82%)
Mutual labels:  asm
Rgbds
Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy & Game Boy Color
Stars: ✭ 772 (+1413.73%)
Mutual labels:  asm

sjasmplus

SJAsmPlus Z80 Assembler

Building from source

Requirements

  • CMake
  • Boost C++ libraries (filesystem and system components) v1.60.0+
mkdir build
cd build
cmake ..
make

To build on non-Unix systems (Windows / Visual Studio) see CMake documentation on generators. The necessary steps are something like the following:

mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
# The above will generate a solution file for Visual Studio.
# Now open the generated solution file in Visual studio and build the project.

Usage

See Documentation (Wiki)

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