summaryrefslogtreecommitdiff
path: root/ops.yaml
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-06-25 19:18:17 -0400
committerPaul Duncan <pabs@pablotron.org>2018-06-25 19:18:17 -0400
commita0f7b0d142a00171b37b9f7b7b9d15d70ea7724d (patch)
tree522a4b82d20ad5302a1e47f192839f6a71db1ae0 /ops.yaml
parentb5c7989e9b5a801df6c65004b9fcaeb19e99826a (diff)
downloadgb-c-a0f7b0d142a00171b37b9f7b7b9d15d70ea7724d.tar.bz2
gb-c-a0f7b0d142a00171b37b9f7b7b9d15d70ea7724d.zip
add daa()
Diffstat (limited to 'ops.yaml')
-rw-r--r--ops.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ops.yaml b/ops.yaml
index 5cf9c77..3d6f7b8 100644
--- a/ops.yaml
+++ b/ops.yaml
@@ -630,6 +630,8 @@ ops:
n:
h: "0"
c: C
+ code: |
+ daa(ctx);
- id: JR Z, r8
hex: 0x28
cat: "jumps/calls"
@@ -10072,6 +10074,14 @@ templates:
}
static void
+ daa(
+ gb_t * const ctx
+ ) {
+ UNUSED(ctx);
+ // TODO: implement DAA
+ }
+
+ static void
gpu_set_line(
gb_t * const ctx,
const uint8_t line