Skip to content
BugsFixing

BugsFixing

Find 100% working, tested solutions for Programming related issues. Daily Updated!

  • Home
  • Programming
  • Artificial Intelligence
  • Python
  • Quantum Computing
  • Java
  • Programming Bloggers

Tag: assembly

October 22, 2022 visual-studio

[SOLVED] Unexpected page fault when writing return value from assembly procedure

Issue I am experimenting mixing assembly(x86) and C++. I wrote a procedure in assembly and then called it from C++. However, when writing the returned value to a local variable I get a write permission violation error. #include <iostream> //

Continue reading
October 22, 2022 visual-studio

[SOLVED] Visual Studio debugger not working for a DLL build from assembly source files?

Issue I’m currently using masm in a C++ wrapper to develop a .dll so it can be used by other applications, notably a c# one in Visual Studio 2022 However developing this way has some big drawbacks. Visual Studio has

Continue reading
August 23, 2022 loops

[SOLVED] Printing a triangle with incrementing digits instead of asterisks

Issue I’m experimenting with my program by trying to build different kinds of pyramids and converting the values into different values. I managed to build one with asterisk sign and now I’m trying to find a way on how to

Continue reading
August 23, 2022 loops

[SOLVED] I need help to SUM an array with 5 distinct values in assembly

Issue the problem is that after the second index value it stops, so it goes -> array[0] + array[1] -> gets stuck here causing to the output to be 1…3 and forever 3 🙁 this is my code by now:

Continue reading
August 22, 2022 loops

[SOLVED] (Assembly Language) I'm trying to get a string to move across the screen 5 times before stopping

Issue As the title states, I’m using assembly language to try to get a text to move left to right 5 times. I’ve pasted my code below. As of right now, what happens is it moves left to right 4

Continue reading
August 5, 2022 string

[SOLVED] declare mutable string with varying size dynamically

Issue I made my own string declarator with macro in GNU Assembler in x64 machine. .macro declareString identifier, value .pushsection .data \identifier: .ascii "\value" "lengthof.\identifier"= . – \identifier .popsection .endm This is how to use it: .data ANOTHER_VARIABEL: .ascii "why"

Continue reading
August 1, 2022 string

[SOLVED] Should we store long strings on stack in assembly?

Issue The general way to store strings in NASM is to use db like in msg: db ‘hello world’, 0xA. I think this stores the string in the bss section. So the string will occupy the storage for the duration

Continue reading
June 28, 2022 arrays

[SOLVED] how to merge multiple arrays to one array in masm32

Issue I want to concatenate array1 array2 … to one array how is fast way: .data array1 db 0CFh, 0C2h, 0ABh, 01Bh, 0C1h, 007h, 0F7h, 06Dh, 0DAh, 0F2h, 0DCh, 03Ch….; about 2000 dup … array2 db 0BFh, 03Dh, 087h, 0F1h,

Continue reading
June 12, 2022 linux

[SOLVED] How syscall knows where to jump?

Issue How does Linux determine the address of another process to execute with a syscall? Like in this example? mov rax, 59 mov rdi, progName syscall It seems there is a bit of confusion with my question, to clarify, what

Continue reading
June 11, 2022 arrays

[SOLVED] C++ inline assembly looping through 2d array

Issue So i have a homework where i have to take 1 2d array loop through it, do some calculations and output it in a different array. But i am pretty much stuck, i can not figure out how to

Continue reading

Posts navigation

1 2 3 … 18 Next Posts»
  • [SOLVED] Css for displaying whole content within a cointainer of 100vh and make overflow scrollable
  • [SOLVED] How do I use an HTML inline tag inside a string?
  • [SOLVED] How to make a screenreader pronounce C# correctly
  • [SOLVED] How to draw a chart with Chart.JS?
  • [SOLVED] React cant read my argument inside my .map
  • [SOLVED] How can I save and restore Selection range in javascript?
  • [SOLVED] How do you change the link color of one specific link in WordPress?
  • [SOLVED] Stretch background image css?
  • [SOLVED] Counter in js with errors
  • [SOLVED] How to get the client ip address from browser in angular (typescript)
  • [SOLVED] my text input boxes ignores the width given
  • [SOLVED] how to reduce Nextjs Static HTML Export Page size on disk?
  • [SOLVED] How do I change text direction
  • [SOLVED] Can we use Bootstrap Icons for Bullet Points?
  • [SOLVED] HTML CSS Navbar stays at bottom of content unintentionally
  • [SOLVED] How to trigger "Save as Offline" Chrome Feature using JavaScript or onlick?
  • [SOLVED] R shiny: Add weblink to actionButton
  • [SOLVED] How to hover only the current li in nested ul?
  • [SOLVED] Dropdown menu overlaid by the content
  • [SOLVED] the input submit is outside of Form into div
  • [SOLVED] Why is the onClick event triggered twice?
  • [SOLVED] I can not build tailwindcss successfully
  • [SOLVED] How do I escape a single quote ( ' ) in JavaScript?
  • [SOLVED] Crop video in HTML?
  • [SOLVED] Switch between combox and radio buttons with CSS
  • [SOLVED] Multiple HTML files linked to only one Javascript file
  • [SOLVED] Different title when input invalid and input empty
  • [SOLVED] Add Hyperlinks to HTML using BeautifulSoup in Python using Anchor Text and URL stored in a CSV File
  • [SOLVED] Responsive Separator for Horizontal List
  • [SOLVED] How can I assign a number for a variable by using getElementById method in JavaScript
  • [SOLVED] Why the div preview, despite his position is set on relative appears inside the other div?
  • [SOLVED] Open a local .html on extension mouse click
  • [SOLVED] Display alternate image
  • [SOLVED] Meeting 508 Accessibility requirements for complex data tables
  • [SOLVED] Why does using the ".play" action not play this video?
  • [SOLVED] How can I make spacing for Outlook E-Mails?
  • [SOLVED] Fill the color in diamond shape to a specific height
  • [SOLVED] Bootstrap throws Uncaught Error: Bootstrap's JavaScript requires jQuery
  • [SOLVED] How put icon inside textarea?
  • [SOLVED] Why does my http://localhost CORS origin not work?
  • [SOLVED] How to make an Email link in html
  • [SOLVED] JComboBox setBackground() without changing the color of the arrow
  • [SOLVED] How does Python Pandas Transform work internally when passed a lambda question?
  • [SOLVED] How does Python Pandas Transform work internally when passed a lambda question?
  • [SOLVED] How does Python Pandas Transform work internally when passed a lambda question?
  • [SOLVED] How does Python Pandas Transform work internally when passed a lambda question?
  • [SOLVED] How does Python Pandas Transform work internally when passed a lambda question?
  • [SOLVED] Exclude subdirectory from WordPress redirection
  • [SOLVED] Exclude subdirectory from WordPress redirection
  • [SOLVED] Exclude subdirectory from WordPress redirection
WordPress Theme: Maxwell by ThemeZee.

Privacy Policy - Terms and Conditions