diff --git a/blog/index.html b/blog/index.html index 2a86849..2ca99ec 100644 --- a/blog/index.html +++ b/blog/index.html @@ -162,7 +162,7 @@ title="LLM performance in retro assembly coding" brief=" How well can the various publically-available LLMs assist you in retro - assembly coding? Here's seven of them compared. + assembly coding? Here's eight of them compared. " > diff --git a/blog/llm-performance-in-retro-assembly-coding/content.md b/blog/llm-performance-in-retro-assembly-coding/content.md index c751564..0b27fc9 100644 --- a/blog/llm-performance-in-retro-assembly-coding/content.md +++ b/blog/llm-performance-in-retro-assembly-coding/content.md @@ -2,7 +2,7 @@ # LLM performance in retro assembly coding -How well can the various publically-available LLMs assist you in retro assembly coding? Here's seven of them compared. +How well can the various publically-available LLMs assist you in retro assembly coding? Here's eight of them compared. ## Results diff --git a/blog/llm-performance-in-retro-assembly-coding/index.html b/blog/llm-performance-in-retro-assembly-coding/index.html index 0d9b359..07e5f65 100644 --- a/blog/llm-performance-in-retro-assembly-coding/index.html +++ b/blog/llm-performance-in-retro-assembly-coding/index.html @@ -68,7 +68,7 @@ -

How well can the various publically-available LLMs assist you in retro assembly coding? Here's seven of them compared.

+

How well can the various publically-available LLMs assist you in retro assembly coding? Here's eight of them compared.

Each of the seven LLMs was given a set of discrete tasks to create various beginner-level MS-DOS 386 assembly programs in COM format using the FASM syntax.

For example: "Write a DOS COM program that asks the user for a word and prints it out. Use 386 assembly in the FASM syntax."