This commit is contained in:
Moysan Gabriel 2023-02-08 15:51:55 +01:00
parent 297a4d1d0a
commit 54a20296f9

View File

@ -7,17 +7,11 @@ const MEM_SIZE : usize = 4096;
/* TRUCS MANQUANT
/* TRUCS MANQUANTS
* Verifier qu'il y a un nombre pair de caractere hexa dans la ligne correspondante d'une section du fichier source
* Sinon on ne peut pas automatiquement remplir chaque octect car 2 hexa = 1 octet
* OUBLI CONVERSIONS ADDR ET LEN QUI SONT AUSSI EN CARACTÈRES HEXA DS LE FICHIER
*/
/* FORMAT FICHIER.TXT Représentant la mémoire apres éxecution d'un prog
* PC
* SP
@ -380,4 +374,4 @@ mod tests {
let b = two_hex_to_u8('A', '5');
assert_eq!(165u8, b);
}
}
}