Skip to content

Commit

Permalink
Fixed some problems that only existed on Windows.
Browse files Browse the repository at this point in the history
- Changed line endings to CRLF since the Windows IDE doesn't work with LF
- Removed extra labels, since the Windows assembler only allows one label per address
  • Loading branch information
rpendleton committed Nov 19, 2015
1 parent 0216f72 commit 024703e
Show file tree
Hide file tree
Showing 2 changed files with 906 additions and 906 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Expand Down

0 comments on commit 024703e

Please sign in to comment.