Learning Rust! | Writing a 16bit Virtual Machine

Published 2024-02-27

All Comments (7)
  • @luigidabro
    Casting into a repr probably just reinterpretes the value.
  • @bowarc
    That's really cool ! Now i want to make one too lmao
  • Here's what I use for the problem you had writing the file: function WriteOrphanedFile() silent call mkdir(expand('%:p:h'), 'p') w endfunction command! WriteOrphanedFile call WriteOrphanedFile()