02-23-2015, 03:54 PM
Hi Jallen,
If I understand: I write an IS.yaml file, provide an input file (a program in my custom assembly-language), and the python program will output the assembled machine code.
A custom assembler would be a very handy tool to have. This is a nice service to the community, props to you.
I have a question/feature request:
Can the tool include line numbers, and the assembly instructions in its output?
With this, the output would be in 3 columns, and might look something like...
00 # 00101101 # LDX $01,$11
01 # 00111000 # LDY $00,$10
.... and so on....
<excuse the bad formatting, I can't work html>
<arbitrary spacing/separator, hopefully you get the idea>
Cheers,
If I understand: I write an IS.yaml file, provide an input file (a program in my custom assembly-language), and the python program will output the assembled machine code.
A custom assembler would be a very handy tool to have. This is a nice service to the community, props to you.
I have a question/feature request:
Can the tool include line numbers, and the assembly instructions in its output?
With this, the output would be in 3 columns, and might look something like...
00 # 00101101 # LDX $01,$11
01 # 00111000 # LDY $00,$10
.... and so on....
<excuse the bad formatting, I can't work html>
<arbitrary spacing/separator, hopefully you get the idea>
Cheers,