Repository to learn C.
gcc -Wall cus.c cus.h mem.c -o mem_.o -g
gdb -q --args myprogram 1 2 3 4
ctags --recurse=yes --exclude=.git --exclude=BUILD --exclude=.svn --exclude=vendor/* --exclude=node_modules/* --exclude=db/* --exclude=log/
Install nasm and qemu to load the binary in bios. Check cmd logs.
To generate object file
nasm -f elf hello.asm
To link the obj file and generate the executable
ld -m elf_i386 -s -o hello hello.o
Run program
./hello
make -C ~/repos_/linux/ M=/home/scion/repos/learn_cee/dri modules
cc lex.yy.c -o first
lex samp.l