Skip to content

Instantly share code, notes, and snippets.

@neuro-sys
Created November 28, 2019 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neuro-sys/3816fe328958391c150835309134f282 to your computer and use it in GitHub Desktop.
Save neuro-sys/3816fe328958391c150835309134f282 to your computer and use it in GitHub Desktop.
gra test absolute
000001 0000 (8000) org &8000
000004 8000 DD 66 00 ld h, (ix+0)
000005 8003 DD 6E 00 ld l, (ix+0)
000006 8006 DD 56 00 ld d, (ix+0)
000007 8009 DD 5E 00 ld e, (ix+0)
000008 800C CD F0 BB call &bbf0
000009 800F 32 13 80 ld (result), a
000010 8012 C9 ret
000012 8013 00 result ds 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment