push ds xor ax,ax push ax ;your code is here retf
.model small .code org 100h start: mov ax, 0012h int 10h ;set display mode mov bx, 0001h mov ah, 0bh int 10h ;set Palette mov ah, 4ch int 21h end
X64新增的寄存器
VS集成64位汇编环境
64位汇编传参问题
汇编里面调用外部函数
全局变量定位
2.1w+
社区成员
4.1w+
社区内容