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-11 17:59:26 -07:00
parent 3a52f4399c
commit e8ca1f9bcd
4 changed files with 17 additions and 9 deletions

View File

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