home *** CD-ROM | disk | FTP | other *** search
- o StackAttack was created with MaxonDevelop Pro 4.0
-
- o The used TAB size is 4 for both "main.c" and "patch.asm"
-
- o The comments in "patch.asm" might seem a little bit strange to you:
-
- ";// This is a comment"
- ";' This is another comment"
-
- It's because the Editor in MaxonDevelop has a Syntax Highlighter which
- parses every text in C-Mode. Therefore to get a special color for the
- comments in the assembly files I either used the C-line-comment "//" to
- have the comment displayed in green color or the ½'╗ character to have it
- displayed in yellow ...
-
-