1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-17 19:29:44 +00:00

minor textual error, dasm update

This commit is contained in:
Steven Hugg 2016-12-25 22:00:48 -05:00
parent 8456c79023
commit 861205633e
2 changed files with 2 additions and 2 deletions

2
dasm

@ -1 +1 @@
Subproject commit 69b1db6c37c44d7ad8620cac4f3b7cdcc2a96d95 Subproject commit 32a9ee8cf455a5d7be16dbe9fbed5e75c3f2c5e8

View File

@ -145,7 +145,7 @@ a {
<div id="dlg_intro" style="display:none"> <div id="dlg_intro" style="display:none">
<p>Welcome to <b>8bitworkshop.com</b>!</p> <p>Welcome to <b>8bitworkshop.com</b>!</p>
<p>This is an IDE for 8-bit retro game consoles. Right now it supports the Atari 2600/VCS.</p> <p>This is an IDE for 8-bit retro game consoles. Right now it supports the Atari 2600/VCS.</p>
<p>Enter 6502 source code on the left, and we'll compile it and show you the result on the right.</p> <p>Enter 6502 source code on the left, and we'll assemble it and show you the result on the right.</p>
<p>You can also select a sample program from the pulldown at the top-left of the page. Have fun!</p> <p>You can also select a sample program from the pulldown at the top-left of the page. Have fun!</p>
</div> </div>