Skip to content

Commit

Permalink
aha! Remove offending ASM code
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jan 24, 2025
1 parent 5aed754 commit f7d1aef
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@
aborting compilation, it is not the run time limit:
Heap_Size + Stack_Size = 0x80 + 0x80 = 0x100
*/

.section .heap
.align 3
#ifdef __HEAP_SIZE
.equ Heap_Size, __HEAP_SIZE
#else
.equ Heap_Size, 0x800
#endif
.globl __HeapBase
.globl __HeapLimit
__HeapBase:
.space Heap_Size
.size __HeapBase, . - __HeapBase
__HeapLimit:
.size __HeapLimit, . - __HeapLimit

.section .isr_vector
.align 2
Expand Down

0 comments on commit f7d1aef

Please sign in to comment.