Specifications
15-8 Programmer’s Guide Sega
Psy-Q Development System
Comments:
Comments are introduced by a hash mark (#):
main.exe: main.s # main.exe only depends
# on main.s
# whole line comment
Line continuation:
A command too long to fit on one line may be continued on the next by making '\' the
last character on the line, with no following spaces/tabs:
main.exe : main.s i1.h i2.h \
i3.h i4.h