All Projects → dengshiwei → Asm Module

dengshiwei / Asm Module

✈️ ASM 4 教程中的示例代码,用于 ASM 学习,介绍了 ASM 中基本的使用说明。

Programming Languages

kotlin
9241 projects

Labels

Projects that are alternatives of or similar to Asm Module

Codeguide
📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Stars: ✭ 6,750 (+10284.62%)
Mutual labels:  asm
Rgbds
Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy & Game Boy Color
Stars: ✭ 772 (+1087.69%)
Mutual labels:  asm
Kanela
The Kamon Instrumentation Agent
Stars: ✭ 45 (-30.77%)
Mutual labels:  asm
Collapseos
Bootstrap post-collapse technology
Stars: ✭ 4,263 (+6458.46%)
Mutual labels:  asm
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (+756.92%)
Mutual labels:  asm
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+1158.46%)
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 (+5932.31%)
Mutual labels:  asm
Module Service Manager
Android模块化/组件化通信框架
Stars: ✭ 58 (-10.77%)
Mutual labels:  asm
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+787.69%)
Mutual labels:  asm
Autoinject
Android 通用的组件自动注册、自动初始化解决方案
Stars: ✭ 40 (-38.46%)
Mutual labels:  asm
Invaders
Invaders game in 512 bytes (boot sector)
Stars: ✭ 461 (+609.23%)
Mutual labels:  asm
Z88dk
The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
Stars: ✭ 490 (+653.85%)
Mutual labels:  asm
Wxinlineplayer
🤟Super fast H.264/H.265 FLV player
Stars: ✭ 873 (+1243.08%)
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 (+553.85%)
Mutual labels:  asm
Sjasmplus
SJAsmPlus: Z80 cross-assembler
Stars: ✭ 51 (-21.54%)
Mutual labels:  asm
Y86
A Y86 pipeline CPU simulator in JavaScript.
Stars: ✭ 404 (+521.54%)
Mutual labels:  asm
Shellen
🌸 Interactive shellcoding environment to easily craft shellcodes
Stars: ✭ 799 (+1129.23%)
Mutual labels:  asm
Simplify Core
Simplify 为简化重复的JAVA代码而生,基于JDK8,无其它jar包依赖,提供序列化,json parse/generator,日期处理,asm && jdkproxy 实现动态代理功能 等常见操作。
Stars: ✭ 65 (+0%)
Mutual labels:  asm
C2goasm
C to Go Assembly
Stars: ✭ 1,072 (+1549.23%)
Mutual labels:  asm
Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
Stars: ✭ 999 (+1436.92%)
Mutual labels:  asm

asm-module

本工程中主要是针对 ASM 4 教程中的示例代码整合而来,将每个示例代码片段整合成可运行的 Java 运行程序,方便初学者学习使用。

章节目录

第 2 章

2.2 接口与组件

2.3 工具

第 3 章

3.1 结构

3.2 接口与组件

3.3 工具

第 4 章

4.1 泛型

4.2 注解

第 5 章

第 6 章

第 7 章

第 8 章

第 9 章

第 10 章

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