Added basic hexfile reading that respects r/w perms

This commit is contained in:
MrYummy
2017-07-01 04:48:52 +02:00
parent 3bfc74045f
commit 0f74795159
16 changed files with 120 additions and 9 deletions

View File

@@ -1026,4 +1026,11 @@ nav.pagination {
padding: 0.1em 0.2em;
border-radius: 0.2em;
text-shadow: none;
}
}
.memory-table {
width: 870px;
margin: auto;
th, td {
border: 1px solid black;
}
}