mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-09 07:25:08 +00:00
create weaver stub
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
package com.htmlism.scratchpad
|
|
||||||
|
|
||||||
import org.scalatest.propspec._
|
|
||||||
import org.scalatest.matchers.should._
|
|
||||||
|
|
||||||
class FeaturePropSpec extends AnyPropSpec with Matchers
|
|
@@ -0,0 +1,16 @@
|
|||||||
|
package com.htmlism.scratchpad
|
||||||
|
|
||||||
|
import weaver._
|
||||||
|
|
||||||
|
object MoveSuite extends FunSuite:
|
||||||
|
test("move constant") {
|
||||||
|
success
|
||||||
|
}
|
||||||
|
|
||||||
|
test("move register") {
|
||||||
|
success
|
||||||
|
}
|
||||||
|
|
||||||
|
test("move register, indexed") {
|
||||||
|
success
|
||||||
|
}
|
Reference in New Issue
Block a user