User Tools

Site Tools


blog:pushbx

Early April work on IntList, lDOS boot, lDebug

2026-04-12

This week I got IntList into a state where it does most things I want it to do.

→ Read more...

2026-04-12 16:07:50 +0200 Apr Sun · ecm · 0 Comments

Early April work on the list, lDOS boot/instsect

2026-04-06

This week I contributed some to "the list", a project for updating Ralf Brown's Interrupt List. The RBIL was last updated on 2000-07-16.

→ Read more...

2026-04-06 15:10:08 +0200 Apr Mon · ecm · 0 Comments

Late March work on the debugger and kernel

2026-03-29

This week I also finished my stackoverflow.com Q&A and companion blog post on NASM label delta arithmetic. I have espoused the use of this for years, but there wasn't a canonical explanation to refer to yet.

→ Read more...

2026-04-03 19:09:58 +0200 Apr Fri · ecm · 0 Comments

What is a debugger and how can it help me diagnose problems?

A debugger is a program that can examine the state of your program while your program is running. The technical means it uses for doing this are not necessary for understanding the basics of using a debugger. You can use a debugger to halt the execution of your program when it reaches a particular place in your code, and then examine the values of the variables in the program. You can use a debugger to run your program very slowly, one line of code at a time (called single stepping), while you examine the values of its variables.

2014-08-19 answer (excerpt) by Raedwald

2026-03-30 09:27:34 +0200 Mar Mon · ecm · 0 Comments

Comments on label delta arithmetic

Today I posted a stackoverflow question and answer on how to do arbitrary calculations on assembly language labels, How can I do arbitrary calculations on assembly language labels?. As a companion to that question, here is a collection of comments in which I have referred to label delta arithmetic before.

→ Read more...

2026-03-28 13:25:24 +0100 Mar Sat · ecm · 0 Comments

Older entries >>

blog/pushbx.txt · Last modified: 2022-04-19 14:24:13 +0200 Apr Tue by ecm