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

https://github.com/wiktorlazarski/x86-assembly-computer-architecture-project

Implementation of a function which returns the value of the first integer numeric constant found in a character string. The constants are in a typical assembler notation with suffixes representing the number system used: none or d for decimal, q or o for octal, b for binary, leading decimal digit and h suffix for hexadecimal.
https://github.com/wiktorlazarski/x86-assembly-computer-architecture-project

Last synced: 2 months ago
JSON representation

Implementation of a function which returns the value of the first integer numeric constant found in a character string. The constants are in a typical assembler notation with suffixes representing the number system used: none or d for decimal, q or o for octal, b for binary, leading decimal digit and h suffix for hexadecimal.

Awesome Lists containing this project