Netwide Assembly ================ * Any access to the contents of a memory location requires square brackets around the address %idefine keyword : make the preprocessor treat the keyword as a no-op org 100h ; for COM files (64k max) section .text start: ; put your code here section .data ; put data items here section .bss ; put uninitialised data here