asm
Here are 826 public repositories matching this topic...
Recipe feedback: SMS
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.
-
Updated
May 29, 2020 - Objective-C
See #158 for context.
- Game Boy Crib Sheet - A handy printable reference sheet with ASM opcodes, memory locations, and much more (repository).
- OP Codes cheatsheet
- [gb-opcodes](https://gbdev.g
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
-
Updated
Jun 27, 2020 - Java
Guide line 추가 요청
elastic 의 timelion 이라는 도구에서는 위와 같이 line 그래프에 커서를 올리면 동일한 시간대에 다른 그래프에도 세로 줄이 생깁니다.
어떤 이슈가 발생했을 때 동일 시점에 다른 항목들이 어떤 상태인지를 쉽게 볼 수 있는 방법인 듯 해요.
기능 추가 검토 요청 드립니다. ^^;
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
-
Updated
Jun 30, 2020 - Java
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
-
Updated
Feb 9, 2020 - Kotlin
A modern Java bytecode editor
-
Updated
Jul 4, 2020 - Java
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
-
Updated
Jul 2, 2020 - Java
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
-
Updated
Jan 16, 2020 - Java
-
Updated
Feb 27, 2019 - Python
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
-
Updated
Jan 27, 2019
本项目通过Android字节码插桩插件实现Android端无埋点(或自动埋点),并且支持根据配置文件实现业务数据的自动采集。
-
Updated
Mar 8, 2018 - Java
Context
While trying to debug FabricMC/fabric-mixin-compile-extensions#1, I came across three things which don't appear right to me but I may just be missing the bigger picture for some of them.
Disclaimer
I was debugging using Fabric's Mixin fork and mapping provider. The respective sources code concerning the issues appears to be the same in fork and upstream
The machine the wiki is on:
Steps to do this:
- Enable wiki on the GitHub project
- Run the migration script
- Upload the wiki
- Fix up any migration errors
- Move examples into examples directory in the main repo
- Provide a redirect script on z88dk.org so google links remain
Pillman boot sector game, a yellow thing eats pills and is chased by monsters.
-
Updated
Sep 24, 2019 - Assembly
Instructions are already highlighted and it would be nice if they contain tooltips with some description or/and be clickable with URL to some documentation.
A small, bootable clone of Space Invaders written in x86 Assembly
-
Updated
Jul 23, 2019 - Assembly
Improve this page
Add a description, image, and links to the asm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asm topic, visit your repo's landing page and select "manage topics."



I think stdio calls (getC, putC) could need some documentation what userspace can expect from drivers and what not. Of course, it can always happen that a certain device cannot fulfill those expectations, but in that cases you at least know that you may have to update every userspace tool too, and not only make a
glue.asmfor the kernel.Examples/Questions: