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
|
||||
jmp __exit
|
||||
|
||||
.sect rom
|
||||
.sect .rom
|
||||
begrom:
|
||||
|
||||
.sect .data
|
||||
|
|
|
@ -39,7 +39,7 @@ begtext:
|
|||
|
||||
b __m_a_i_n
|
||||
|
||||
.sect rom
|
||||
.sect .rom
|
||||
begrom:
|
||||
|
||||
.sect .data
|
||||
|
|
Loading…
Reference in a new issue