Skip to content

Instantly share code, notes, and snippets.

@pmachapman
Last active August 29, 2015 14:17
Show Gist options
  • Save pmachapman/52779f7d047f085213cc to your computer and use it in GitHub Desktop.
Save pmachapman/52779f7d047f085213cc to your computer and use it in GitHub Desktop.
Displays your BIOS date
10 DEF SEG=&HF000
20 FOR X=&HFFF5 TO &HFFFF
30 PRINT CHR$(PEEK(X));
40 NEXT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment