conversion to new assembler format
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
.define _sbrk
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
.extern _sbrk
|
||||
.text
|
||||
.sect .text
|
||||
_sbrk:
|
||||
enter[], 0
|
||||
movd @.reghp,r7
|
||||
|
||||
Reference in New Issue
Block a user