|
Hi, I implemented the HackAssembler on Eclipse with Java so far, but instead of writing the binary to a file, I tested yet via Copy & Paste from my debug output to the console.
Creating an output file from what I have, is actually not so difficult, but I was thinking about the line format. How does the Java VM handle line feeds on different platforms?
In other words? Do I end the lines with "Cr+Lf" ? Or are there any differences wether the Assembler runs on Windows, Linux or MacOS?
|