-

差分

移動先: 案内検索

Z80 Assembler Reference Manual

161 バイト追加, 2017年8月14日 (月) 21:26
END
==== END ====
:The end of an assembly is signified by the end of the source file, or the END pseudo-op. The END pseudo-op may optionally be followed by an expression which will define the start address of the program. This is not actually useful for CPソースファイルの終わり、もしくは擬似命令ENDがアセンブルの終了を意味します。:擬似命令ENDはオプション的に、プログラムの開始アドレスを定義するエクスプレッションに続いて現れることがあります。:これはCP/M. Only one start address may be defined per program, and the linker will complain if there are more. ExampleMでは本当のところ、便利ではありません。ただ1つの開始アドレスだけがプログラムごとに定義されます。それ以上ある場合はリンカが文句をいいます。<nowiki>例:</nowiki>
END somelabel
 
 
==== COND, IF, ELSE, ENDC ====

案内メニュー