1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-05 05:28:54 +00:00
C02/test/zeropage.c02

7 lines
94 B
Plaintext
Raw Normal View History

2018-01-28 19:47:06 +00:00
/* Test Zero Page Modifier */
#pragma origin $F000
#pragma zeropage $80
zeropage char zp80;