File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 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:
499499- ` .4byte `
500500- ` .8byte `
501501- ` .align `
502+ - ` .alt_entry `
502503- ` .ascii `
503504- ` .asciz `
504- - ` .alt_entry `
505- - ` .balign `
506- - ` .balignl `
507- - ` .balignw `
508505- ` .balign `
509506- ` .balignl `
510507- ` .balignw `
@@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler:
520517- ` .eqv `
521518- ` .fill `
522519- ` .float `
523- - ` .globl `
524520- ` .global `
525- - ` .lcomm `
521+ - ` .globl `
526522- ` .inst `
523+ - ` .lcomm `
527524- ` .long `
528525- ` .octa `
529526- ` .option `
530- - ` .private_extern `
531527- ` .p2align `
532- - ` .pushsection `
533528- ` .popsection `
529+ - ` .private_extern `
530+ - ` .pushsection `
534531- ` .quad `
535532- ` .scl `
536533- ` .section `
You can’t perform that action at this time.
0 commit comments