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,7 +8,10 @@ tap.test('should parse the basics', (t) => {
|
||||
{
|
||||
directive: '.org',
|
||||
args: [
|
||||
'$,C000'
|
||||
[
|
||||
'address',
|
||||
'C000'
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user