debug.mac

来自「cxzv dvsdsd sd fsdf sdf sd f」· MAC 代码 · 共 42 行

MAC
42
字号
debug macro
  push ax 
  push bx     
  push cx     
  push dx     
  push ax     
              
  and ax,0F000H
  mov cl,12
  shr ax,cl
  lea bx,tblhex ;mov bx,offset tblhex
  xlat        
  mov [si],al
  pop ax      
  push ax     
  and ax,0F00h  
  mov cl,8
  shr ax,cl
  inc si      
  xlat        
  mov [si],al 
  pop ax      
  push ax     
  and ax,0F0h 
  mov cl,4 
  shr ax,cl
  inc si      
  xlat        
  mov [si],al  
  pop ax   
  push ax  
  and ax,0Fh
  inc si   
  xlat     
  mov [si],al              
  pop ax      
  pop dx      
  pop cx   
  pop bx   
  pop ax   
endm       
  

⌨️ 快捷键说明

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