File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -499,12 +499,9 @@ The following directives are guaranteed to be supported by the assembler:
499
499
- ` .4byte `
500
500
- ` .8byte `
501
501
- ` .align `
502
+ - ` .alt_entry `
502
503
- ` .ascii `
503
504
- ` .asciz `
504
- - ` .alt_entry `
505
- - ` .balign `
506
- - ` .balignl `
507
- - ` .balignw `
508
505
- ` .balign `
509
506
- ` .balignl `
510
507
- ` .balignw `
@@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler:
520
517
- ` .eqv `
521
518
- ` .fill `
522
519
- ` .float `
523
- - ` .globl `
524
520
- ` .global `
525
- - ` .lcomm `
521
+ - ` .globl `
526
522
- ` .inst `
523
+ - ` .lcomm `
527
524
- ` .long `
528
525
- ` .octa `
529
526
- ` .option `
530
- - ` .private_extern `
531
527
- ` .p2align `
532
- - ` .pushsection `
533
528
- ` .popsection `
529
+ - ` .private_extern `
530
+ - ` .pushsection `
534
531
- ` .quad `
535
532
- ` .scl `
536
533
- ` .section `
You can’t perform that action at this time.
0 commit comments