llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler

Home Page:https://www.llvm-mos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mos-sim crash

mrk-its opened this issue · comments

attached day05.zip crashes mos-sim:

$ mos-sim day05
PART1: BWNCQRMDB
Aborted (core dumped)

it is produced by last test version of rust-mos

This isn't a crash in mos-sim; it's calling abort() intentionally. This happens on any write to 0xFFF7; it's part of the protocol used to pass results out of the simulator.

Ok, so the issue is different - I need to investigate why abort is called by this rust program now (it was working fine on my older rust-mos builds)