* gas/m68hc11/malis.s: New test to verify compliance with Motorola
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68hc11 / malis-include.s
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
This page took 0.030606 seconds and 5 git commands to generate.