0 Members and 1 Guest are viewing this topic.
Didn't someone make this already?
Quote from: Keoni29 on December 18, 2013, 03:53:55 amDidn't someone make this already?Download link or it didn't happen.
@Keoni: That is actually the link that fb39ca4 posted in IRC yesterday. I think that is what inspired this project (as that one is suspected of being fake). I thought to myself "That would actually probably work pretty well on calc, and I assumed he thought the same. @fb39ca4: When I saw your topic about flash pages, I had a suspicion that you might be attempting this. This is looking fantastic so far.
The reason the GIF cuts off halfway through the video is because spasm hangs during the first pass when I try to add more than 39 pages to the application. (I need 76 for the whole video) If anyone knows a workaround, please do tell me.
defpage(x)#import "bin/pagex.asm"
I've got .bin files for all the pages padded with zeroes to 16384 bytes. To use them with spasm, is this what I should do for each page x?Code: [Select]defpage(x)#import "bin/pagex.asm"