Dman95 / SASM

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages

Home Page:http://dman95.github.io/SASM/

Repository from Github https://github.comDman95/SASMRepository from Github https://github.comDman95/SASM

Push works with warning

walotian opened this issue · comments

When I use "push" instruction, program works correctly, but even so writes red text to console. That's confusing and hurts eyes.
I use NASM in x64 mode and use push with 8-bytes registers (in this very moment it is rbx register)