Skip to content

d3phys/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ❤