-

差分

移動先: 案内検索

Z80 Assembler Reference Manual

124 バイト追加, 2017年8月14日 (月) 08:16
擬似命令 =
limited arithmetic on relocatable expressions.
=== Pseudo-ops 擬似命令 ===
The pseudo-ops are based on those described in the 擬似命令は、"Z80Assembly Language HandbookZ80アセンブリ言語ハンドブック", with some additions.の記述に依拠し、いくつかの追加があります。
==== DEFB, DB ====
この擬似命令はエクスプレッションのコンマ区切りリストの後に置かれます。:This pseudo一続きのバイトロケーションにアセンブルされます。 どのエクスプレッションも-op should be followed by a comma-separated list of expressions, which will be assembled into sequential byte locations. Each expression must have a value between -128 and 255 inclusive. DB can be used as a synonym for DEFB. Example128から255の値を内包する必要があります。DBはDBFBのシノニムとして使うことができます。 <nowiki>例:</nowiki>
DEFB 10, 20, 'a', 0FFH
DB 'hello world',13,10,0
 
 
==== DEFF ====
ld (hl),0
inc hl
 
 
=== IRP and IRPC ===

案内メニュー