d3phys/printf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
--------------------------------------------------
Assembly language printf() implementation
--------------------------------------------------
Some 'original' printf() specifiers are supported:
%d decimal
%x hexadecimal
%o octal
%b binary
%c character
%s string
2022 d3phys with ❤