JMarlin / nesii

0 stars 0 forks source link

[NES II] Support execution of HELLO WORLD in BASIC #28

Open JMarlin opened 2 months ago

JMarlin commented 2 months ago

Description

To prove that our BASIC is the real deal, we're going to need to be able to execute the following program:

10 PRINT "HELLO, WORLD"
20 GOTO 10
RUN

Acceptance criteria