Home | History | Annotate | Download | only in m68hc11
      1 ;;
      2 ;; This file verifies the compliance with the Motorola specification:
      3 ;;
      4 ;; MOTOROLA STANDARDS
      5 ;; Document #1001, Version 1.0
      6 ;; SPECIFICATION FOR Motorola 8- and 16-Bit ASSEMBLY LANGUAGE INPUT STANDARD
      7 ;; 26, October 1999
      8 ;;
      9 ;; Available at:
     10 ;;
     11 ;; http://www.mcu.motsps.com/dev_tools/hc12/eabi/m8-16alis.pdf
     12 ;;
     13 ;; Lines starting with '#' represent instructions that fail in GAS.
     14 ;;
     15 ;;
     16 ;;	Section 8.2.12.6 Include File - include
     17 	section .text
     18 value:	set	1
     19 	ldy	#value
     20