You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LD HL, 0x9000 # 探索元アドレス
LD A, 0x00 # 探索値(文字終端コードなど)
IN A, (0xC4) # strlen
JZ NOT_FOUND # 0 = not found, 1 = found
# BC = 発見アドレス
# DE = BC - HL (strlen の戻り値に相当)
strlen相当のDMAが必要かもしれない。
メモリの特定番地から特定の値(8bit)を探索するもの
input:
output:
The text was updated successfully, but these errors were encountered: