Zachary Wassall

Results 29 issues of Zachary Wassall

For any key not bound to a TI-Boy CE menu control but bound to a game control, it would be nice if it also performed the menu control that logically...

##### System information (version) - OpenCV => 4.9.0 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2022 ##### Detailed description opencv with CUDA support...

bug
category: build/install
category: cuda

For instance, any equate in an OS include file, if I want to override the OS's implementation of something with my own.

As an example, the following code assembles as expected (into `add a,c`) with TASM: ``` #define var c add a,var .end ``` But with spasm, the following error is produced:...

It would be nice to see everything under the [Special macros and directives](https://www.wikiwand.com/en/C_preprocessor#/Special_macros_and_directives) section of the C preprocessor supported in SPASM. Or at least, `#` and `##`. They provide the...

The `#import` preprocessor command would be more useful if it allowed specifying a starting offset and size. It seems the simplest way would be to recognize the optionally extended syntax:...

After 85 variables, variables no longer get correctly allocated due to running out of index register offset range. At this point, you should fall back to referencing extra variables directly.

bug