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

https://github.com/kofes/cpuid


https://github.com/kofes/cpuid

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## asm_copy

#### Environment
- Linux
#### Needs
- nasm
- llvm/g++

#### Exec
1. run `make.sh` script with the compiler executable file as argument

##### example:
```
$bash make.sh clang++
```
2. execute `main` file
```
$./main
```