https://github.com/kofes/cpuid
https://github.com/kofes/cpuid
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kofes/cpuid
- Owner: kofes
- Created: 2020-01-31T23:28:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T23:28:28.000Z (over 5 years ago)
- Last Synced: 2025-02-08T18:46:28.544Z (3 months ago)
- Language: Assembly
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```