assembly - How do you Echo Data? -


Is there a way to resonate data in the 6800 assembly?

If I have stored it like this:

  data dc 1,2,3,9,8,7  

actually your question The universal right answer is no. When writing assembly codes, output is dependent on your machine's configuration. You may have a terminal connected to a serial UART chip, which you can write a letter on an IO port, or memory-mapped register, or you may have an LCD display with an interface library, or memory- The mapped video display lets you calculate the X / Y coordinate of your wires as a memory address.

Nobody will be able to answer you without more than "6800 Assembly" details.

(In addition, you said 6800, but tagged this question 68000, they are very different. However, my answer does not change.)


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -