In assembly programs, the .SECTION control directive is used to begin sections and declare their attributes, and the .ORG control directive is used to declare the format types of sections.
For details on the control directives, refer to section 5.2, Directives.
(1) Declares a code section with section name A, boundary alignment 4, and relative address format.
(2) Declares a romdata section with section name B, allocated address 2000H, and absolute address format.
(3) Declares a data section with section name C, boundary alignment 4, and relative address format.