That minesweeper clone is kind of amazing for something written in assembler on a Javascript web page - it has a real 286 DOS feel to it. (Turbo button anyone?)
The other thing that might appeal is this series on Compiling Ruby to x86 ASM. http://www.hokstad.com/compiler It shouldn't be too hard to convert from x86 ASM to 0x10c ASM. A ruby compiler that goes down to the metal would be awesome. JG On Tuesday, 17 April 2012 23:57:37 UTC+10, Mikel wrote: > > http://0x10co.de/lqnit > > I just don't know... didn't I start writing ruby to escape this? > > :) > > Mikel > > > On 17/04/2012, at 3:47 PM, freshtonic @ <[email protected]> z wrote: > > I was going to suggest this but it slipped my mind... awesome! > > On 16 April 2012 17:21, Josh Price <joshcp @ <[email protected]>z> wrote: > >> Hi everyone, >> >> As promised here are the details for this month's Hack Night, and we'll >> be building stuff in 0x10c assembly. >> >> Tuesday 24th April 2012, 6pm til 10ish >> >> The Project Factory >> Suite 305, 50 Holt Street Surry Hills NSW 2010 >> >> Go put your name on the list here: >> >> https://github.com/rails-oceania/roro/wiki/rorosyd-hack-night >> >> >> We're going to be working on building stuff using DCPU-16 assembly. Check >> the following links for details: >> >> http://0x10c.com >> http://0x10c.com/doc/dcpu-16.txt >> https://github.com/blog/1098-take-over-the-galaxy-with-github >> >> Don't worry if you haven't programmed in assembler before, it's more fun >> and less hard than you might think! >> >> Cheers, >> Josh >> >> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby or Rails Oceania" group. >> To post to this group, send email to rails-oceania >> @<[email protected]> >> >> To unsubscribe from this group, send email to rails-oceania+unsubscribe >> @<rails-oceania%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/rails-oceania?hl=en. >> > > > > -- > James > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/eTIPuvQwniAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
