fxx.s
来自「Version 6 Unix 核心源代码 Version 6 Unix 核心源」· S 代码 · 共 101 行
S
101 行
/// fxx -- data segment definition.data.globl holroundholround: 4.bss/ pass 1.globl dimudimu: .=.+2/ pass 2.globl eqvtab/ pass 3 stuff.globl conu.globl dou.globl blockp.globl dotabp.globl dotab.globl edotab.globl functn.globl blocksconu: .=.+2dou: .=.+2blockp: .=.+2dotabp: .=.+2dotab: .=.+60.edotab:functn: .=.+2/ pass 4.globl negflg.globl repfact.globl contab.globl dattabnegflg: .=.+2repfact:.=.+2/ general bufferxbufsiz = 2200..globl xbufxbuf: .=.+xbufsizeqvtab = xbuf+518. / for pass 2blocks = xbuf / for pass 3dattab = xbuf+518. / for pass 4contab = xbuf+xbufsiz/ for all passesdata: ibuf: .=.+518. obuf: .=.+518. tbuf: .=.+518. line: .=.+linsize eline: .=.+4 ifno: .=.+2 efno: .=.+2 errp: .=.+2 / init(errb) errb: .=.+12. eerrb: / size 0 mod 4 symtab: .=.+symsize esymtab: esymp: .=.+2 / init(esymtab) symtp: .=.+2 namebuf:.=.+namsize enamebuf: namep: .=.+2 / init(namebuf).=.+40 /fake .=.+1 / make odd symbuf: .=.+smblsize / init(<_>) esymbuf: ch: .=.+1 ch1: .=.+1 progt: .=.+2 holquo: .=.+2 nxtaloc:.=.+2 imptab: .=.+[26.*2*2] / 26 letters, 2 alphabets, 2 bytes nerror: .=.+2 temp: .=.+2 functm: .=.+2edata:dsize =.-data
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?