Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cch123/asm-cli-rust

interative assembly shell written in rust
https://github.com/cch123/asm-cli-rust

asm assembly-language cli rust x64 x86

Last synced: 6 days ago
JSON representation

interative assembly shell written in rust

Awesome Lists containing this project

README

        

# Overview

this project is inspired by https://github.com/poppycompass/asmshell

## Preview

![x64](images/x64.png)

## Usage
```
shell> asm-cli-rust [x86/x64]

default : x64
optional: x86
```

key_up/key_down: history

## Build from source

1. `cargo b`

## Go version

https://github.com/cch123/asm-cli