0
0
This repository has been archived on 2024-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
legacy-code/test/comments.jce
2022-09-01 19:02:38 +02:00

13 lines
166 B
Plaintext

mov $1 42 # comment
mov $1 42 // comment
mov $1 42 ; comment
# block comments
/*
Block comment
*/
/* Also a block comment */
mov /* Inline block comment */ $1 42