x64asm MSVC(STILL WIP)

x64asm MSVC(STILL WIP)

x64asm this is funny JIT assembler made for MSVC X64
very optimized and cool i think

about tech part
uses NoCRT and kernel32.lib
comes with built in JIT
you can write __asm like in x86 msvc compiler
you need to copy all of the headers into your project and then just include x64_asm.h file

you can use also this like one liners
__asm("mov rax, 10");
__asm("add rax, 42");
also like in x86
__asm_block {
MOV(rax, 10);
MOV(rcx, 42);
ADD(rax, rcx);
RET();
}(for the {} you need to also include x64_asm_inline.h that might not work, if {} doesn't works then you can use () as an alternative)

#include "x64_asm.h"

X64Assembler a;
a.mov(a.rax, 42);
a.add(a.rax, 10);
a.ret();
int result = a.run_ret<int>(); //52)

a little less tech part(more of a uhh additional information)
all of the headers starts with x64_ for the comfort, and just looks cool

a little documentation about this little somewhat library are in github repo(you can find it in pouet link)

ask questions and i will try to answer them

i don't know if this is advertising, i mean if ye then delete this post, i made this post just for showcase

pouet.net
u/Fabulous_Pick428 — 12 days ago

KonataOS update

sorry for not posting, i was busy with development and busy fixing my mental health

right now basic things are working, me and original creator of OS working on desktop environment(using opensource tools such as SliTaz and ReactOS as inspiration, not directly copying any line of code)

current progress of the project looks cool

reddit.com
u/Fabulous_Pick428 — 14 days ago

KonataOS retunrs

ye

me and emerson(original creator and still is) is returning this project to life
this is not windows but Linux Distro now!!111!

wait for the release in about a few months

u/Fabulous_Pick428 — 15 days ago
▲ 8 r/luckystar+1 crossposts

Konata_Dancer 4.0 repo is public ye

right now just see this repo page and this is all

repo doesn't have any releases or other additional files from 4.0, i made this repo public that early because i think that i will forget to make this repo public when 4.0 is ready
^(about 4.0, 4.0 finally have working skins(maybe i will post testing in the comments) and a lot of optimization)

Konata_Dancer 4.0 リポジトリが公開されました
今のところ、このリポジトリページを見るだけで、他には何もありません
リポジトリには 4.0 のリリースやその他の追加ファイルはありません、4.0 が完成したときに公開するのを忘れてしまうかもしれないと思ったので、早めに公開しました
4.0 についてですが、ついにスキンが動作するようになりました(テスト結果はコメント欄に投稿するかもしれません)、また、多くの最適化が行われています。Konata_Dancer 4.0 リポジトリが公開されました。
今のところ、このリポジトリページを見るだけで、他には何もありません、
リポジトリには 4.0 のリリースやその他の追加ファイルはありません。4.0 が完成したときに公開するのを忘れてしまうかもしれないと思ったので、早めに公開しました,
4.0 についてですが、ついにスキンが動作するようになりました(テスト結果はコメント欄に投稿するかもしれません)。また、多くの最適化が行われています
u/Fabulous_Pick428 — 27 days ago

итак этот шлак почти готов, примерно 40-50%
опять же будет полностью open source
4.0 имеет кучу новых фич и других штук которые не имела 3.0
крч щдите щощите и я меняю github страничку репозитория на новую так что можете старую страничку смотреть только ради 3.0

reddit.com
u/Fabulous_Pick428 — 1 month ago

im grateful to say that Konata_Dancer 4.0 is mostly 40-50% ready, almost all of backend shit is done and right now im working on frontend and still a little bit of backend
a lot of work has been done and a lot of features were implemented and added, but also a lot of ideas got scrapped, but i hope that after i will release Konata-Dancer 4.0 that someone will contribute and help this project

Konata_Dancer 4.0はほぼ40~50%完成しており、バックエンドの作業はほぼ完了しています。現在はフロントエンドとバックエンドの作業を進めています。多くの作業が行われ、多くの機能が実装・追加されましたが、同時に多くのアイデアがボツになりました。しかし、Konata-Dancer 4.0をリリースした後、誰かがこのプロジェクトに貢献し、支援してくれることを願っています。

reddit.com
u/Fabulous_Pick428 — 1 month ago