From the course: Learning Assembly Language

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Setting up GoAsm in the IDE

Setting up GoAsm in the IDE - Python Tutorial

From the course: Learning Assembly Language

Start my 1-month free trial

Setting up GoAsm in the IDE

- [Instructor] Let's check out the second dissembler we've loaded. We'll select GoAsm 64 in the configuration. We'll select a classic console application and we'll call the project goatest. Okay. Easy code opens up the project with skeleton code, but we'll remove this and we'll do all the coding ourselves. The first thing we need to do is check the project properties in the tools tab. We can see where I've set the paths for the GoAsm, assembler, linker, and resource compiler tools. We'll also go into tools, settings, and we'll set the default configuration for new projects to GoAsm 64 and on the tools tab, we'll check the debugger path. And set it to X64debug.exe. We'll apply that and close. Let's now put in another simple hello world program this time using GoAsm. Again we won't worry about the coding at this stage. All we want to do is check we have a good installation of GoAsm. We'll start with the data…

Contents