-
See #199.
-
== Hardware ==
* HP C3600
* 1 x 552 MHz PA-RISC CPU
* 8 GB RAM
* HP-UX 11.11B
* gcc 4.3.4 configured to use the GNU assembler and HP linker.
* sage-4.5.3.alpha2 (containing ATLAS 3.8.3)
== The …
-
for easy of use, we can bundle the gcc toolchain into release(only for Linux?),
then add a c language code input area above assembly code, and provide some buttons like 'compie' , then automatically …
-
We need to define an API to interact with interrupts in TinyGo in an idiomatic way. At the moment, there is some support but they rely on magic comments and are hard to use correctly. For example:
…
-
(this is my first issue, sorry)
This is sort of a bug and sort of a feature request/cry for help. All of the following stuff is new to me, so this is probably user error.
The code I tried is att…
-
In `picocrt/machine/riscv/crt0.c`, `_start` is defined as a naked function but it also contains C declarations and statements, which according to gcc's [documentation](https://gcc.gnu.org/onlinedocs/g…
-
**Original article:** [N. P. Rougier. “LOUPE.” In: Tremplin Micro 19 (Mar. 1988), pp. 60–61](https://archive.org/details/tremplin_micro_newsletter_issue_19)
**PDF:** https://github.com/rougier/TY…
-
We provide intrinsics with/without vl at the same time.
vop_vv_type(a, b)
vop_vv_type_vl(a, b, gvl)
-
RISC-V registers are named x0, x1, ..., x31. RISC-V assembly has various symbolic names for those, such as
- ra for return address
- sp for stack pointer
- t0, ..., t6 for temporaries
etc. T…
-
hi, i find it's weird when I compile only one instruction : bltu, I encounter the error : **relocation truncated to fit : R_RISCV_JAL against `*UND*'**
and from the .o file, I find it actually gene…