Software › Hello World (BBC BASIC)

Hello World (BBC BASIC)

demo Open · freely redistributable

A self-authored, public-domain BBC BASIC program: line 10 prints "HELLO FROM JSBEEB" and line 20 loops forever. Download it and type it in on the booted BBC, then RUN. Its tight PRINT/GOTO loop is an ideal target for the debugger — set a breakpoint, single-step the 6502, and watch the screen memory change.

Download ↓ Original source ↗

Format: BBC BASIC program (plain text listing)  ·  By: emulators.org  ·  Licence: Public domain

Runs on

Preview

Full file (40 bytes) — offset, bytes, ASCII.

00000000  31 30 20 50 52 49 4E 54 20 22 48 45 4C 4C 4F 20  10 PRINT "HELLO 
00000010  46 52 4F 4D 20 4A 53 42 45 45 42 22 0A 32 30 20  FROM JSBEEB".20 
00000020  47 4F 54 4F 20 31 30 0A                          GOTO 10.