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.
 
 
 
 
 
 

14 lines
138 B

bits 16
[ bits 16 ]
[bits
[bits 16
[eax]
[bits 16]
[bits 32]
[bits 64]
a equ 5
[bits a]
b equ 16
[bits b]
[bits 30+2]
[section .text]