Fix my typo to put symbol "begrom" in correct section.
This commit is contained in:
parent
0d0495e818
commit
6e31d46d6f
|
@ -48,7 +48,7 @@ EXIT:
|
||||||
push 1
|
push 1
|
||||||
jmp __exit
|
jmp __exit
|
||||||
|
|
||||||
.sect rom
|
.sect .rom
|
||||||
begrom:
|
begrom:
|
||||||
|
|
||||||
.sect .data
|
.sect .data
|
||||||
|
|
|
@ -39,7 +39,7 @@ begtext:
|
||||||
|
|
||||||
b __m_a_i_n
|
b __m_a_i_n
|
||||||
|
|
||||||
.sect rom
|
.sect .rom
|
||||||
begrom:
|
begrom:
|
||||||
|
|
||||||
.sect .data
|
.sect .data
|
||||||
|
|
Loading…
Reference in a new issue