mirror of https://github.com/yasm/yasm.git
parent
62b74cc2c5
commit
096e2eb79a
7 changed files with 68 additions and 0 deletions
@ -0,0 +1,23 @@ |
||||
# This is a comment |
||||
|
||||
/* So is this */ |
||||
|
||||
.byte 0 /* at end of line? */ |
||||
|
||||
.byte 0 /* at end of line, |
||||
multi-line? */ |
||||
|
||||
/* start of line? */ .byte 0 |
||||
|
||||
/* What about |
||||
a multi-line |
||||
comment? -- at start of line? |
||||
*/ .byte 0 |
||||
|
||||
.byte 0, /* in middle? */ 1 |
||||
|
||||
# Illegal; 1 seen on next line |
||||
#.byte 0, /* in middle, |
||||
#spanning lines? */ 1 |
||||
|
||||
/* EOF in comment? |
@ -0,0 +1 @@ |
||||
-:23: warning: end of file in comment |
@ -0,0 +1,6 @@ |
||||
00 |
||||
00 |
||||
00 |
||||
00 |
||||
00 |
||||
01 |
Loading…
Reference in new issue