dangermccann / dcpu16-ide

A DCPU-16 emulator and assembler written in Javascript
MIT License
30 stars 8 forks source link

Binary use #3

Closed Bevilacqua closed 12 years ago

Bevilacqua commented 12 years ago

Hey just wanted to throw the idea out to be able to use binary such as in this exampl

set [0xC000],0b0011
set A,0xc000
set B,[A]
:end set PC,end

If there is a way to do this just let me know :)

dangermccann commented 12 years ago

Hey, great suggestion. You're not the first to ask for this. I'll work on it this week and let you know when it's done.

Best, John

On Sun, Jul 29, 2012 at 5:37 PM, Jacob Bevilacqua < reply@reply.github.com

wrote:

Hey just wanted to throw the idea out to be able to use binary such as in this example

[code=dcpu-16] set [0xC000],0b0011 set A,0xc000 set B,[A] :end set PC,end [/code]

If there is a way to do this just let me know :)


Reply to this email directly or view it on GitHub: https://github.com/dangermccann/dcpu16-ide/issues/3

Bevilacqua commented 12 years ago

Thanks!

On Sun, Jul 29, 2012 at 8:31 PM, John McCann < reply@reply.github.com

wrote:

Hey, great suggestion. You're not the first to ask for this. I'll work on it this week and let you know when it's done.

Best, John

On Sun, Jul 29, 2012 at 5:37 PM, Jacob Bevilacqua < reply@reply.github.com

wrote:

Hey just wanted to throw the idea out to be able to use binary such as in this example

[code=dcpu-16] set [0xC000],0b0011 set A,0xc000 set B,[A] :end set PC,end [/code]

If there is a way to do this just let me know :)


Reply to this email directly or view it on GitHub: https://github.com/dangermccann/dcpu16-ide/issues/3


Reply to this email directly or view it on GitHub: https://github.com/dangermccann/dcpu16-ide/issues/3#issuecomment-7358053

dangermccann commented 12 years ago

Fixed!