Fixed a few more broken links
This commit is contained in:
parent
b25c2dbdb7
commit
ac32d801ae
2 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Jeff's Challenger 1P BASIC Programs: LIFE.BAS"
|
||||
permalink: /apps/c1p/BASIC/jeffpar/hangwoman/
|
||||
permalink: /apps/c1p/BASIC/jeffpar/life/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ Placeholder for future x86 documentation.
|
|||
x86 Instructions
|
||||
---
|
||||
|
||||
[AAA](ops/AAA/)
|
||||
[AAD](ops/AAD/)
|
||||
[AAM](ops/AAM/)
|
||||
[AAA](AAA/)
|
||||
[AAD](AAD/)
|
||||
[AAM](AAM/)
|
||||
AAS
|
||||
ADC
|
||||
ADD
|
||||
|
|
@ -31,7 +31,7 @@ DEC
|
|||
DIV
|
||||
ESC
|
||||
HLT
|
||||
[ICEBP](ops/ICEBP/)
|
||||
[ICEBP](ICEBP/)
|
||||
IDIV
|
||||
IMUL
|
||||
IN
|
||||
|
|
@ -46,7 +46,7 @@ LAHF
|
|||
LDS
|
||||
LEA
|
||||
LES
|
||||
[LOADALL](ops/LOADALL/)
|
||||
[LOADALL](LOADALL/)
|
||||
LOCK
|
||||
LODS
|
||||
LOOP
|
||||
|
|
@ -74,7 +74,7 @@ ROL
|
|||
ROR
|
||||
SAHF
|
||||
SAL
|
||||
[SALC](ops/SALC/)
|
||||
[SALC](SALC/)
|
||||
SAR
|
||||
SBB
|
||||
SCAS
|
||||
|
|
@ -86,7 +86,7 @@ STI
|
|||
STOS
|
||||
SUB
|
||||
TEST
|
||||
[UMOV](ops/UMOV/)
|
||||
[UMOV](UMOV/)
|
||||
WAIT
|
||||
XCHG
|
||||
XLAT
|
||||
|
|
|
|||
Loading…
Reference in a new issue