#define MSG(x) ( movw x, %si )
notification_string: .string "GRUB"
disk_address_packet:
161 /* print a notification message on the screen */
162 MSG(notification_string)
163
164 /* set %si to the disk address packet */
165 movw disk_address_packet, %si ;source index
162 에서 notification_string 을 %si 로 넘겨주는것만으로 화면에
GRUB