Home | History | Annotate | Download | only in tests
      1 EXTERN constant
      2 EXTERN function
      3 GLOBAL main
      4 
      5 main:
      6 	mov	eax, constant
      7 	call	function
      8 	ret
      9