Showing posts with label assembly. Show all posts
Showing posts with label assembly. Show all posts

Friday, 26 June 2009

Wednesday, 6 May 2009

Assembly from Terminator

Ever wondered what's in the Assembly listings from the Terminator movie?

If you have then visit this blog.


Wednesday, 17 December 2008

Retro-Remakes

Is a site where you can download a lot of intro & demo remakes from the Amiga era. The remakes are written in FreeBASIC, ASM & C#, the site can be found here.

Monday, 15 December 2008

Wrox: Assembly Programming

The 'Professional Assembly Language' book published by Wrox contains a lot of programs written in the GAS syntax. Sadly they use a few Linux commands which means they aren't as cross platform as they could be.

On the Wrox forum here, there is a solution to this problem though.

Useful Assembly Links

I've recently just joined the MASM forum, so here are some useful links for learning Assembly programming.
  • MASM32 Hello world program, here.
  • A lot of GoASM links can be found here.
  • Win32 Assembly tutorial, here.
  • More Win32 API examples, here.
  • GoASM homepage, here.
  • Windows SDK, 1GB download, here.

Monday, 3 November 2008

OpenGL in various languages

The same OpenGL program written using FreeGLUT in various programming languages, here.