TASM write to stdout vs write to file behaviour difference when using print macro

前端 未结 0 1718
刺人心
刺人心 2021-01-07 06:57

This is my macro for writing to STDOUT:

; print string (immediate): ex. m_puts "hello!"
m_puts macro string
local @@start, @@data
      push ax dx
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题