Fixed INT and RETF when stack switches occur

This commit is contained in:
Jeff Parsons 2014-11-26 16:34:54 -08:00 committed by jeffpar
commit 38c2928882
7 changed files with 81 additions and 49 deletions

View file

@ -7,10 +7,14 @@ root = true
end_of_line = lf
insert_final_newline = true
[{*.ASM,*.INC}]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = false
[*.asm]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
[modules/**.js]
indent_style = space