Trying to obtain fixed position system calls. Not working ATM

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-29 23:28:30 +01:00
parent c21462e52f
commit b1f9788772
6 changed files with 105 additions and 87 deletions

View File

@ -12,9 +12,9 @@ Time_delay55:
bit 0,a ; 8
bit 0,a ; 8
bit 0,a ; 8
and a,255 ; 7
and 255 ; 7
dec bc ; 6
ld a,c ; 4
or a,b ; 4
or b ; 4
jp nz,Time_delay55 ; 10, total = 55 states/iteration
ret