mirror of
https://github.com/emkay/parser-6502.git
synced 2025-09-14 16:24:25 +00:00
yep
This commit is contained in:
@@ -8,10 +8,9 @@ tap.test('should parse the basics', (t) => {
|
||||
{
|
||||
directive: '.org',
|
||||
args: [
|
||||
[
|
||||
'address',
|
||||
'C000'
|
||||
]
|
||||
{
|
||||
'address': 'C000'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user