DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
96 stars 14 forks source link

compilation with dtld not working (admiral) #208

Closed orlof closed 11 years ago

orlof commented 11 years ago

dtasm --binary -o admiral.bin admiral.dasm16 -> works ok (in dtemu and lettuce), output length is 22 640 bytes

dtasm -o admiral.dobj16 -i admiral.dasm16 dtld -O 3 -o admiral.bin admiral.dobj16 -> creates 21 148 output, but it does not work (leaves empty screen on lettuce and dtemu)

if this is admiral issue instead, blame me.

orlof commented 11 years ago

I got my answer from jdiez, it was my bad. I missed (-k none)