forked from z88dk/z88dk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
3,506 additions
and
3,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
|
||
SECTION bss_clib | ||
PUBLIC __bit_irqstatus | ||
SECTION bss_clib | ||
PUBLIC __bit_irqstatus | ||
|
||
__bit_irqstatus: | ||
defw 0 ; current irq status when DI is necessary | ||
defw 0 ; current irq status when DI is necessary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
SECTION bss_clib | ||
PUBLIC __snd_tick | ||
SECTION bss_clib | ||
PUBLIC __snd_tick | ||
|
||
__snd_tick: | ||
defb 0 | ||
defb 0 |
Oops, something went wrong.