1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-27 10:57:13 +00:00
This commit is contained in:
Zellyn Hunter 2014-05-21 21:51:55 -07:00
parent bcb02d5c41
commit 458911e505

View File

@ -5,6 +5,7 @@ import (
"github.com/zellyn/go6502/asm/context"
"github.com/zellyn/go6502/asm/expr"
"github.com/zellyn/go6502/asm/lines"
)
func TestComputeLabel(t *testing.T) {
@ -33,6 +34,7 @@ func TestWidthDoesNotChange(t *testing.T) {
Mode: 0x2,
ZeroMode: 0x80,
ZeroOp: 0xa5,
Line: &lines.Line{},
}
c := &context.SimpleContext{}
c.Set("L1", 0x102)