Tenc icon indicating copy to clipboard operation
Tenc copied to clipboard

A high-level, C-like language for the DCPU-16 in 0x10c

Results 3 Tenc issues
Sort by recently updated
recently updated
newest added

I think pointers should be in TENC. I mean, the [ ] notation used by assembly is fine, but I do like being able to use pointers like in C.

Tenc's generated assembly does not currently conform to the [0x10c Standard's Commitee Standard ABI](https://github.com/0x10cStandardsCommittee/0x10c-Standards/tree/master/ABI). This will create problems with interfacing to other compilers, handwritten assembly, and various OS libraries.

enhancement