1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2025-02-16 14:30:33 +00:00
C02/include/hdr.a02

8 lines
183 B
Plaintext
Raw Normal View History

2018-01-28 13:30:49 -05:00
; Minimal Assembly Language Header for C02
ORG $0200 ;Program Start Address
START: JMP MAIN ;Execute Program
EXIT: BRK ;Usually BRK if returning to Monitor