assembly-language
Here are 670 public repositories matching this topic...
Visual MASM - Assembly IDE for Microsoft MASM
-
Updated
Jan 26, 2018 - Pascal
yet another tool for analysing binaries
-
Updated
Jun 25, 2020 - Python
Tool for reverse engineering macOS/OS X
-
Updated
Jul 5, 2020 - C++
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
The open-source city-building game for Game Boy Color.
-
Updated
Jan 30, 2019 - Assembly
A music player library for Game Boy.
-
Updated
Jul 3, 2020 - Assembly
-
Updated
Jun 13, 2020 - Rust
Ping-Pong-like game in Assembly that works without OS
-
Updated
Aug 13, 2019 - Assembly
| Version | Platform | Topic |
|---|---|---|
| v1.10.4 | all | macro |
There's almost zero description of how this process is done, which features are available and what results should be expected in various edge-cases.
There's feature of _ working as substitution delimiter documented by macro_test.asm.
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
-
Updated
Jan 15, 2020 - Assembly
A bundle for TextMate/Sublime Text providing syntax highlighting for x86 assembly code.
-
Updated
Mar 6, 2020 - Assembly
EVM (Ethereum virtual machine) Assembly on Haskell DSL
-
Updated
Jul 22, 2018 - Haskell
User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
-
Updated
Nov 16, 2019 - Assembly
6502/Commodore64 Testing Framework for KickAssembler
-
Updated
Nov 19, 2019 - Assembly
FAT12/16/32 Bootsector for .COMs/.EXEs
-
Updated
Jun 23, 2015 - Assembly
Minimal implementation of UNIX seq command in x86_64 assembly.
-
Updated
Aug 22, 2016 - Assembly
Introducing the new lightweight MIPS Assembler and Disassembler, supporting syntax highlighting, code editing, file dragging and dropping, debug mode, assembly and disassembly, Molokai color matching style. Full platform support including Windows, macOS and Linux. Star now! Keep updating!
-
Updated
May 20, 2018 - Python
Patches to add save state support to Game Boy games when playing on the original hardware
-
Updated
May 11, 2020 - Assembly
Game Boy demo for Skrolli Party 2017.
-
Updated
Mar 13, 2018 - Assembly
Beaglebone Black PRU code for HC-SR04 sonar
-
Updated
Oct 26, 2014 - OpenEdge ABL
Improve this page
Add a description, image, and links to the assembly-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembly-language topic, visit your repo's landing page and select "manage topics."


CMPshould should take 3 arguments: two comparison registers and result register. If the two comparison registers are equal, the result register is set to 1, otherwise 0.