1
0
mirror of https://github.com/emkay/parser-6502.git synced 2025-09-14 16:24:25 +00:00
This commit is contained in:
Michael Matuzak
2016-10-07 15:54:31 -07:00
parent cb0e34d1e3
commit 5e098fe69d
5 changed files with 58 additions and 37 deletions

View File

@@ -8,7 +8,10 @@ tap.test('should parse the basics', (t) => {
{
directive: '.org',
args: [
'$,C000'
[
'address',
'C000'
]
]
},
{