Adding EOL to files.

This commit is contained in:
Russell-S-Harper 2018-08-13 21:23:05 -04:00
parent 370363bdf9
commit 61b9ce0b66
6 changed files with 4 additions and 9 deletions

View File

@ -487,7 +487,3 @@ _END_CMN_DT
; 6502 NMI, Reset and IRQ
* = $FFFA
ADDR .WORD 0, _INI, 0

View File

@ -95,4 +95,4 @@
#define BGN(a) a .(
#define END(a) .):_END_##a
#endif /* __MACROS_H */
#endif /* __MACROS_H */

View File

@ -27,4 +27,4 @@ _2 EXT(S0)
RTN
END(FACTORIAL)
END(DEMO)
END(DEMO)

View File

@ -8,4 +8,4 @@ CMN_DT = $FF00
; macros
#define CMN JSR CMN_CD
#endif /* __ROM_H */
#endif /* __ROM_H */

View File

@ -3,4 +3,3 @@ emulator: emulator.h emulator.c main.c
clean:
rm -f emulator

View File

@ -68,4 +68,4 @@ int tokenizeInput(const char *cursor, TOKEN *tokens);
long long parseCommon(const char *input);
long long shiftCommon(long long base, long long amount);
#endif /* __XAPP_H */
#endif /* __XAPP_H */