Hi guys,
Sorry for the stupid n00b question but I have been playing around with sjasmplus and openMSX, I am able to assemble a .bin file and run it with bload but I would like to make a cart file as well. So I need to pad out the cart with 0's but I can't workout how to do it. I'm pretty sold on using sjasmplus, I have the feeling I need some kind of command line arg or maybe some DEVICE declaration ?
When assembling for a bload i was just using: sjasmplus input.z80 --raw=output.bin
I tried googling for an answer but my search terms obviously were wrong; padding, paging not sure what to ask google for.
org 0x4000 ;Base Cart Address db "AB" ;Fixed Header dw ProgramStart ;Pointer to start of program db 00,00,00,00,00,00 ;Unused ProgramStart: nop nop org 0xC000 ;Pad to 32k
Для того, чтобы оставить комментарий, необходимо регистрация или !login