⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 TFTP协议的源代码
💻
字号:
v     ax,_display_buf         ;from monitor_type()
        mov     es,ax
 
        mov     di,6[bp]                ;starting position
        mov     cx,8[bp]                ;number of characters
 
        mov     dx,12[bp]               ;attribute buffer
        add     dx,10[bp]               ;plus default attribute position
        call    wrattr                  ;get starting attribute
 
        mov     bx,14[bp]               ;load translation table
 
        mov     si,4[bp]                ;point to buffer start
        add     si,di                   ;point to start position
        mov     dx,12[bp]               ;attribute buffer
        add     dx,di                   ;plus start position
 
        sal     di,1                    ;get video display position
 
wrloop: push    si        

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -