1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-11 16:29:31 +00:00

import missing dp.s file

This commit is contained in:
dwsJason 2020-02-25 21:12:55 -05:00
parent 1f61d948fb
commit b8ef00f811

View File

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