flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
system error 16 Dec 2016, 23:47
The star.asm
Code: star: mov rax,rcx ret The tree.asm Code: include "star.asm" tree: call star call exit ' |
|||
![]() |
|
emkaa1 17 Dec 2016, 15:53
system error wrote: The star.asm Where it put in the code? http://wklej.org/id/2991680/ - star http://wklej.org/id/2991685/ - tree [/b] |
|||
![]() |
|
ManOfSteel 17 Dec 2016, 20:01
Welcome to the fasm forum.
Just merge all the different sections of both programs (move all the macros together, the variables, constants, etc.), remove all the code in common and keep a single entry point (main: function). |
|||
![]() |
|
emkaa1 17 Dec 2016, 20:04
ManOfSteel wrote: Welcome to the fasm forum. I don't know how, I gave codes for programs. Could someone do that to make it work? Please.. |
|||
![]() |
|
ManOfSteel 18 Dec 2016, 10:33
You're not going to learn anything like that. Like everything else, you learn by doing, not by us doing your work for you.
We already gave you enough pointers to get you started. So at least try. Assemble the code. See what errors it throws at you. Fix the error if you can. And try again. Post the updated code if you get stuck. |
|||
![]() |
|
emkaa1 21 Dec 2016, 18:58
ManOfSteel wrote: You're not going to learn anything like that. Like everything else, you learn by doing, not by us doing your work for you. I would ask for help in this task I've tried the above pieces of code to paste into my code, but it did not work. I would ask for an explanation of this example. If someone is able to combine the two programs so that when you turn on one screen were two elements I would ask for help. |
|||
![]() |
|
system error 23 Dec 2016, 18:30
@emkaa1
It won't work because you, my son, have to understand the codes first. Only then you can easily combine multiple pieces of source code together according to its logical flow. I don't understand what your code is doing either (part of it because of non-English comment), so it's not that we don't want to help but we may not be able to follow the code's logical flow. ManOfSteel has given you the clues already. Don't let Spiderman jump in. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.