Posts by Livisghton • 73 points
2 posts
-
2
votes1
answer610
viewsQ: How to handle the FPU stack in the x86 Assembly using NASM and functions in c?
I’m trying to do this operation (y = 0.299*red + 0.587*green + 0.114*blue) in Assembly mode protected nasm integrating c with Assembly in windows, but regardless of the input values the result is…
-
5
votes1
answer276
viewsQ: Error when putting Virtualbox as a service
I created a windows service to configure my VM in mode Headless, with the command: sc.exe create DailyLubuntu binpath= "\"C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe\" startvm Daily LUbuntu…