5 lines
135 B
Text
5 lines
135 B
Text
wordArray_Lo:
|
|
db $CD,$EF,$FE,$DA
|
|
|
|
wordArray_Hi:
|
|
db $AB,$BE,$CA,$DA ;both this version and the above versions are 8 bytes of memory.
|