Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
182 B

mov ax,100
mov ax,0a2h
mov ax,$0a2
mov ax,0xa2
mov ax,777q
mov ax,10010011b
mov eax,'abcd'
db 'hello'
db 'h','e','l','l','o'
dd 'ninechars'
dd 'nine','char','s'
db 'ninechars',0,0,0