Callum Thomson
Callum Thomson
This partially implements `flash.net.FileReference` (#307), based of @hatal175's initial work on implementing `browse` from around 2021. Implements: - `browse` - The file picker is provided via the `AsyncFileDialog` crate on...
On ARM64 Android there should be padding between `uc_sigmask` and `uc_mcontext` in `libc::ucontext_t`, see [here](https://cs.android.com/android/platform/superproject/main/+/main:prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/asm-arm64/asm/ucontext.h;l=15;drc=9f2b634c25c4af1a26f6a92263fef48377f0ddec) Now `core::mem::offset_of!(libc::ucontext_t, uc_mcontext)` is the expected value of `0xB0` fixes #3655
This adds support for the Xilinx PicoBlaze KCPSM3 processor, as specified [here](https://docs.amd.com/v/u/en-US/ug129) as well as [here](https://web.archive.org/web/20250215204715/https://www-users.york.ac.uk/~mjf5/bomb/Docs/KCPSM3_Manual.pdf) Example programs can be found [here](https://github.com/FlatAssembler/PicoBlaze_Simulator_in_JS/blob/master/sevenSegment.psm) Tested with the `opbasm` assember, which can be...