Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make byte_tester to be able to test a block of bytes without defining the tags and the data #603

Open
vhelin opened this issue Aug 20, 2023 · 0 comments

Comments

@vhelin
Copy link
Owner

vhelin commented Aug 20, 2023

Here's how tests are currently defined:

    .db "01>"               ; @BT TEST-01 01 START
    mul d, e                ; @BT ED 30
    .db "<01"               ; @BT END

Add support for something like this:

  ;@BT TEST-01 01 START2 $1000
  ;@BT 01 02 03 04
  :@BT END

Here START2 (we need a better name for this) starts testing bytes at $1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant