Rickey Bowers Jr.

Results 14 issues of Rickey Bowers Jr.

Using the Mar 19, 2021 build I've confirmed with two other disasseblers. Screen shot: ![extrq](https://user-images.githubusercontent.com/65137/111857027-643c4000-88f4-11eb-87c6-754182b3363d.png)

bug
not reproduced

https://github.com/tgrysztar/fasmg/blob/e6f827d605b42ec8bd3be39d83aeb5ec65125f64/core/source/malloc.inc#L213-L218 Duplicate lines look superfluous?

using complete range of uint32.

https://github.com/ggerganov/llama.cpp/blob/721311070e31464ac12bef9a4444093eb3eaebf7/main.cpp#L980-L983 This can fail to colorize the last `params.n_batch` part of the prompt correctly because `embd` was just loaded with those tokens and not printed, yet.

bug

Presently, I'm _just_ trying to make a HighDPI (per monitor) aware window; which can also toggle between fullscreen and windowed. My system setup is irregular in that there are two...

Present resource macros do not support multiple resources with the same ID: https://github.com/tgrysztar/fasmg/blob/708097133e86a9b98efaf59a011c3ae754cdf514/packages/x86/include/macro/resource.inc#L24-L70 It's best to use an external resource editor and load the RES file with: ``` section '.rsrc'...