Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/first.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ m4_include(`asm.m4')
; nasm -f coff first.asm
; gcc -o first first.o driver.c asm_io.o
;
; Using Linux and gcc:
; Using Linux and gcc (on x86_64):
; nasm -f elf first.asm
; gcc -o first first.o driver.c asm_io.o
; gcc -m32 -o first first.o driver.c asm_io.o
;
; Using Borland C/C++
; nasm -f obj first.asm
Expand Down