Ticket #135 (closed defect: worksforme)

Opened 3 months ago

Last modified 4 weeks ago

How do I get started?

Reported by: ricerice13@gmail.com Assigned to:
Priority: P1 Milestone:
Component: Build Tools / Libraries Version: unspecified
Severity: normal Keywords: 64 vista compile build run
Cc:

Description

I have Vista 64-bit. How do I get started using YASM along with my .asm file. I have a code example I got from the net - a "Hello World" script. I just can't figure out how to compile/build it!!

Attachments

Change History

02/28/08 19:49:51 changed by anonymous

What's the link to the file?? Is it pure .ASM or C/ASM combo? Try "attach file" here.

yasm -f win64 -o hello.o hello.asm

But you'll still need to link it to generate an .EXE. (Of course, none of that will work if it's MASM-specific code.)

04/15/08 18:39:31 changed by peter@tortall.net

  • status changed from new to closed.
  • resolution set to worksforme.

Add/Change #135 (How do I get started?)