Skip to content

Commit

Permalink
Add missing newline at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 authored and mooinglemur committed Mar 1, 2024
1 parent 30d89cf commit 343b0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernal/drivers/x16/65c816/interrupt.s
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ c816_getin_thunk:
.assert <c816_brk = >c816_getin_thunk, error, "c816_brk's low byte must be equal to c816_getin_thunk's high byte"
.assert >c816_brk = $EA, error, "c816_brk's high byte must be NOP"
.assert <c816_cop_native = $4C, error, "c816_cop_native's low byte must be JMP ABS"
.assert >c816_cop_native = <c816_getin_thunk, error, "c816_cop_native's high byte must be equal to c816_getin_thunk's low byte"
.assert >c816_cop_native = <c816_getin_thunk, error, "c816_cop_native's high byte must be equal to c816_getin_thunk's low byte"
2 changes: 1 addition & 1 deletion kernal/drivers/x16/65c816/stack.s
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ stack_one: .res 1

.proc stack_leave_kernal_stack
jmp stack_pop
.endproc
.endproc

0 comments on commit 343b0f7

Please sign in to comment.