This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-12-11 12:46:09 +09:00
2025-12-11 03:17:21 +09:00
2025-12-11 12:46:09 +09:00
2025-12-11 12:41:55 +09:00
2025-12-11 03:58:30 +09:00
2025-12-11 04:01:06 +09:00

ASMアニメーション作成

10分で作ったお遊びプロジェクトで、チェッカーボードを60回生成してからアニメーションに変換する物です。
完全にx64アセンブリでFreeBSD向けに書きました。
Linuxを使っている人は、システムコール番号だけ変更すれば大丈夫です。
其れ以外は同じ様に動くはずです。
但し、実際にテストしたのはFreeBSDのみです。

必要なツール

  • FreeBSD (OS)
  • nasm (アセンブラー)
  • ffmpeg (MP4に出力の場合)
  • ImageMagick (GIFに出力の場合)

結果

Description
No description provided
Readme 688 KiB
Languages
Assembly 89%
Makefile 11%