* gasp/macro.out: Adjust to reflect the fact that keyword
arguments are now permitted after positional arguments.
This commit is contained in:
parent
618ea80814
commit
7abc6c55ba
@ -1,3 +1,8 @@
|
||||
Thu Feb 12 20:12:39 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gasp/macro.out: Adjust to reflect the fact that keyword
|
||||
arguments are now permitted after positional arguments.
|
||||
|
||||
start-sanitize-sky
|
||||
Wed Feb 11 17:07:25 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
|
@ -367,4 +367,16 @@ str00022: .byte 100,111,110,107,101,121
|
||||
!end_str00022
|
||||
end_str00022:
|
||||
! RES_STR donkey Rn=R1
|
||||
! MOV.L #str00023,R1
|
||||
MOV.L #str00023,R1
|
||||
! BRA end_str00023
|
||||
BRA end_str00023
|
||||
! NOP
|
||||
NOP
|
||||
!str00023 .SDATA "donkey"
|
||||
str00023: .byte 100,111,110,107,101,121
|
||||
! .ALIGN 2
|
||||
.align 2
|
||||
!end_str00023
|
||||
end_str00023:
|
||||
! .END
|
||||
|
Loading…
x
Reference in New Issue
Block a user