/csi370

coding work for csi370 @ champlain college

Primary LanguageAssemblyMIT LicenseMIT

csi370

Commands

nasm –f elf64 –o testing.o testing.asm
ld –e _main -melf_x86_64 –o testing testing.o

Note

I'm doing this class in 64-bit nasm YMMV if 32 bit or you're a Mac/Windows user