Skip to content

Commit

Permalink
Forth: Add (c) and license to bootstrap code
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Mar 20, 2022
1 parent 0aee79b commit bb332c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
\ Alex FORTH for 6502
\ Copyright (C) 2021-2022 Alexandre Dumont <[email protected]>
\ SPDX-License-Identifier: GPL-3.0-only

\ DON'T REMOVE THIS CODE block
>ROM
HERE 1 ! \ we save the start of ROM area at 0001
Expand Down

0 comments on commit bb332c2

Please sign in to comment.