1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-04-20 01:24:01 +00:00

Add Help link on BAC- and GEN-Assembler page to their wiki pages.

This commit is contained in:
Paul Kimpel
2020-07-01 16:15:58 -07:00
parent 1893b8a2c0
commit 903b7509ef
2 changed files with 14 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ BODY {
DIV.heading {
margin-top: 12px;
margin-bottom: 6px;
width: 640px;
font-weight: bold}
LABEL {
@@ -150,6 +151,8 @@ LABEL {
.center {
text-align: center}
.floatRight {
float: right}
.rj {
text-align: right}
</style>
@@ -157,6 +160,10 @@ LABEL {
<body>
<div class=heading>
<div class=floatRight>
<a href="https://github.com/pkimpel/retro-220/wiki/UsingBACAssembler"
target="_new" title="Wiki page for the BAC-Assembler">Help</a>
</div>
Assembler for the Burroughs 220 BALGOL Compiler &amp; Library
</div>

View File

@@ -83,6 +83,7 @@ BODY {
DIV.heading {
margin-top: 12px;
margin-bottom: 6px;
width: 640px;
font-weight: bold}
LABEL {
@@ -149,6 +150,8 @@ LABEL {
.center {
text-align: center}
.floatRight {
float: right}
.rj {
text-align: right}
</style>
@@ -156,6 +159,10 @@ LABEL {
<body>
<div class=heading>
<div class=floatRight>
<a href="https://github.com/pkimpel/retro-220/wiki/UsingGenAssembler"
target="_new" title="Wiki page for the GEN-Assembler">Help</a>
</div>
Assembler for the Burroughs 220 BALGOL Generator
</div>