Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Mar 7, 2024
1 parent b698ab9 commit f0589e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"
></blog-post-abstract>

Expand Down
2 changes: 1 addition & 1 deletion blog/llm-performance-in-retro-assembly-coding/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion blog/llm-performance-in-retro-assembly-coding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<post-date date="4 March 2024" edited="4 March 2024"></post-date>
<dokki-topic title="LLM performance in retro assembly coding">
<p>How well can the various publically-available LLMs assist you in retro assembly coding? Here's seven of them compared.</p>
<p>How well can the various publically-available LLMs assist you in retro assembly coding? Here's eight of them compared.</p>
<dokki-subtopic title="Results">
<p>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.</p>
<p>For example: &quot;Write a DOS COM program that asks the user for a word and prints it out. Use 386 assembly in the FASM syntax.&quot;</p>
Expand Down

0 comments on commit f0589e2

Please sign in to comment.