彙編語言-實驗十四解析

;該實驗中使用了call-ret結構來調用十進制轉換函數convert和屏幕顯示函數show。同時使用了cmp來比較判斷是否輸入'/'仍是':'。 ;在屏幕的中間位置顯示時間 assume cs:code code segment start: ;get year,month,day data mov di,0 mov dl,9 mov cx,6 s: mov al,dl out 7
相關文章
相關標籤/搜索