1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-12-28 04:31:46 +00:00

import missing dp.s file

This commit is contained in:
dwsJason 2020-02-25 21:12:55 -05:00
parent 5d3986af51
commit 6c9a18e2c5

View File

@ -0,0 +1,11 @@
*
* Common Direct Page Equates
*
struct dp {
word source
word sourceHi
word dest
word destHi
}