mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix linkerscript man page
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -48,8 +48,8 @@ WRAMX 2
|
|||||||
</div>
|
</div>
|
||||||
<div class="Pp"></div>
|
<div class="Pp"></div>
|
||||||
Numbers can be in decimal or hexadecimal format (the prefix is
|
Numbers can be in decimal or hexadecimal format (the prefix is
|
||||||
‘<code class="Li">$</code>’). It is an error if any bank or
|
‘<code class="Li">$</code>’). It is an error if any section name
|
||||||
command is found before setting a bank.
|
or command are found before setting a bank.
|
||||||
<div class="Pp"></div>
|
<div class="Pp"></div>
|
||||||
Files can be included by using the <var class="Ar" title="Ar">INCLUDE</var>
|
Files can be included by using the <var class="Ar" title="Ar">INCLUDE</var>
|
||||||
keyword followed by a string with the path of the file that has to be
|
keyword followed by a string with the path of the file that has to be
|
||||||
@@ -97,7 +97,7 @@ Note: The bank, alignment, address and type of sections can be specified both in
|
|||||||
<a class="Lk" title="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</div>
|
<a class="Lk" title="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</div>
|
||||||
<table class="foot">
|
<table class="foot">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="foot-date">January 26, 2018</td>
|
<td class="foot-date">January 27, 2018</td>
|
||||||
<td class="foot-os">RGBDS Manual</td>
|
<td class="foot-os">RGBDS Manual</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" SPDX-License-Identifier: MIT
|
.\" SPDX-License-Identifier: MIT
|
||||||
.\"
|
.\"
|
||||||
.Dd January 26, 2018
|
.Dd January 27, 2018
|
||||||
.Dt RGBLINK 5
|
.Dt RGBLINK 5
|
||||||
.Os RGBDS Manual
|
.Os RGBDS Manual
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -38,7 +38,7 @@ WRAMX 2
|
|||||||
.Pp
|
.Pp
|
||||||
Numbers can be in decimal or hexadecimal format (the prefix is
|
Numbers can be in decimal or hexadecimal format (the prefix is
|
||||||
.Ql $ ) .
|
.Ql $ ) .
|
||||||
It is an error if any bank or command is found before setting a bank.
|
It is an error if any section name or command are found before setting a bank.
|
||||||
.Pp
|
.Pp
|
||||||
Files can be included by using the
|
Files can be included by using the
|
||||||
.Ar INCLUDE
|
.Ar INCLUDE
|
||||||
|
|||||||
Reference in New Issue
Block a user