descriptionvsnprintf x86_64 assembly partial implementation
ownersylvain.bertrand@legeek.net
last changeSun, 7 Jan 2024 13:17:28 +0000 (7 13:17 +0000)
content tags
add:
README
You should not use the printf family of functions. Those are a lost cause. Eat the bullet and work a
bit more using a brutal put_string and string conversion functions with dynamically allocated space
on the stack.

It is meant to be source included, but a standalone version is provided (see the assemble.sh
script).

At the time of writing, it does assembly with fasmg, binutils gas and nasm (then probably yasm) and
does require a simple C preprocessor, currently using tcc (tinycc) one.

A vim syntax color file is provided for the used intel-ish syntax, common to all 3 main assemblers.

"nyan" prefix is used in order to reduce project name conflict probability with commercial/other
project names.
shortlog
2024-01-07 Sylvain BERTRANDswitch the fatal error path to put_stringmaster
2024-01-05 Sylvain BERTRANDadd vim syntax file
2024-01-05 Sylvain BERTRANDInitial commit
heads
3 months ago master