8000 GitHub - tenk-a/dcasm: 実バイナリ生成はdc命令のみのマクロアセンブラ
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ dcasm Public

実バイナリ生成はdc命令のみのマクロアセンブラ

License

Notifications You must be signed in to change notification settings

tenk-a/dcasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCASM v0.51

バイナリ・データ生成を目的として、
  68kアセンブラでの dc.b dc.w dc.l (dc.q)
  x86アセンブラでの db dw dd (dq)
のみをサポートしたマクロアセンブラです。

xdef された外部ラベルを、C言語の .hのごとく、
#define ラベル アドレス
の形で生成することができます。

マクロ機能として #include #define #if #macro #rept #ipr があります。

アプリのライセンスは 二条項BSDライセンス です。

About

実バイナリ生成はdc命令のみのマクロアセンブラ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
0