Thread
Stories related to "How many months can it take to verify 30 assembly instructions?" across the full archive.
Writing Practical, Memory Management Code with a Strictly-Typed, Assembly Language (2006)
(web.yl.is.s.u-tokyo.ac.jp)
Typed Operating System can be downloaded [here](http://web.yl.is.s.u-tokyo.ac.jp/~tosh/tos/).
Abstract: "We present a first-order linearly typed assembly language, HBAL, that allows the safe reuse of heap space for elements of different types. Linear typing ensures the single pointer property, disallowing aliasing, but allowing safe in-place update compilation of programming languages. We pr...
Abstract: "Good tests are important in software development,
but it can be hard to tell whether tests will reveal future faults
that are themselves unknown. Mutation analysis, which checks
whether tests reveal inserted changes in a program, is a strong
measure of test suite adequacy, but common ...
Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration
(opensecuritytraining.info)