From 241e8dc76d032a1674b6b3928ea1e759a06a67ef Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 21 Jul 2012 23:35:54 -0400 Subject: [PATCH] Add link to wscullin's emulator; no apos in HTML --- index.htm | 97 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 49 insertions(+), 48 deletions(-) diff --git a/index.htm b/index.htm index 3a79b66..c77b271 100644 --- a/index.htm +++ b/index.htm @@ -38,11 +38,11 @@ By Joshua Bell
-
- - -
-
+
+ + +
+
@@ -50,16 +50,16 @@ By Joshua Bell
- Enter code:    - - + Enter code:    + + - + + - + @@ -67,44 +67,44 @@ By Joshua Bell - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - - - - - + + + + + @@ -130,8 +130,8 @@ By Joshua Bell on an Apple since the erroneous second statement is never reached. 10 END : CHR$(PRINT)
  • Handling of BASIC code that does not match the canonical LIST output format may not behave as on an Apple:
      -
    • Keyword parsing differs from Applesoft command line. For example FOR I = S TO P doesn't collapse into FOR I = STOP. -
    • The interpreter doesn't actually care about line numbers for statement ordering (just for GOTO/GOSUB targets and IF statements). So 20 PRINT "A", 10 PRINT "B" will just print A, then B +
    • Keyword parsing differs from Applesoft command line. For example FOR I = S TO P doesn't collapse into FOR I = STOP. +
    • The interpreter doesn't actually care about line numbers for statement ordering (just for GOTO/GOSUB targets and IF statements). So 20 PRINT "A", 10 PRINT "B" will just print A, then B
  • To improve readability, lines may start with : and continue the previously numbered line.
  • Floating point overflow is only detected on variable assignment. @@ -150,15 +150,16 @@ By Joshua Bell

    To Do

      -
    • Implement DOS functionality for consoles +
    • Implement DOS functionality for consoles

    History