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