Skip to content

bigcode

Mostly about computer programming, but also about fun technology

Category: assembly

TRS-80 Coco 6809 ASM Hello World


The Tandy Color Computer from the 1980’s uses a Motorola 6809 microprocessor. If you want to get started with assembly … More

Creating COM files from Debug scripts in DOSBox


To get around the issue of Debug.exe hanging while attempting to redirect input from a text file into DOS debug … More

MASM / TASM 16 Bit COM File


; filename: com.asm ; to assemble: ; MASM.EXE com.asm,,,, ; or: ; TASM com.asm ; then: ; LINK.EXE com.obj,,,, ; … More

NASM 16-bit EXE file example


This is an example Hello World ASM 16 Bit x86 assembly program which can be compiled and linked into a … More

Basic loader that shows how to poll for the run/stop key in C64 assembly


This is a basic loader that shows how to poll for the run/stop key in C64 assembly. It just loops … More

Open Watcom DOS 16bit EXE ASM Hello World


Build with Open Watcom Assember as a DOS 16Bit EXE Run in Windows 98 or DOSBox

The almost modern way to assemble 16bit DOS EXE files


It is still possible to easily compile 16bit DOS programs in this modern world on 64bit Windows. What you will … More

NASM 16-bit COM file example


The following is a simple NASM assembly hello world example that produces a 16-bit COM executable. It will not run … More

Recent Posts

  • Transferring BAS files to and from a Disk image for use in VCC Coco Emulator
  • TRS-80 Coco 6809 ASM Hello World
  • Tandy Coco 2B true lowercase fonts
  • Tandy Coco TRS-80 HTML text mode block graphics
  • Creating COM files from Debug scripts in DOSBox

Recent Comments

bigcode on Compiling a very basic MinGW W…
Jim Beem on Compiling a very basic MinGW W…
pts on NASM 16-bit EXE file exam…
Hello, World on Comm… on Basic loader for Commodore 64…
Gilbert on Basic loader for Commodore 64…

Archives

  • May 2020
  • August 2018
  • July 2018
  • May 2018
  • May 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • May 2016
  • January 2015
  • December 2010

Categories

  • 6809
  • 8086
  • assembly
  • Basic
  • c
  • commodore 64
  • Database
  • DOS Batch File
  • electronics
  • Fun
  • Gadgets
  • HTML
  • Linux Bash
  • MinGW
  • Process
  • Programming
  • Scripting
  • SQL
  • Sqlite
  • TRS-80
  • Uncategorized
  • VBS
  • Virtualization
  • Windows

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com
Create a free website or blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy