Code refactoring, working char read and print, working line print, not working line read

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-11-24 21:34:51 +01:00
parent 33fd225a0f
commit 4d74b03e3f
4 changed files with 39 additions and 37 deletions

View File

@@ -37,6 +37,9 @@ Passarne il puntatore ad una funzione:
ld bc, myVar
call lcd_print
```
### Segmentation fault
Controllare che non si stia puntando ad un registro con le parentesi:
`ld (ix), a`
# C
## Deploy