-

差分

移動先: 案内検索

Z80 Assembler Reference Manual

74 バイト追加, 2017年8月16日 (水) 08:53
GLOBAL
==== GLOBAL ====
:Global should be followed by one more symbols GLOBAL はもう1つのシンボルに続いて(comma separatedカンマ区切りで) which will be treated by the assembler as global symbols, either internal or external depending on whether they are defined within the current module or not. Example使われなければいけません。これはinternalでもexternalでも、現在のモジュールの内部で依存していてもいなくても、アセンブラにグローバルとして取り扱われます。:<nowiki>例:</nowiki>
GLOBAL label1, putchar, _printf
 
 
==== ORG ====

案内メニュー